I have some proxied session-scoped beans that I need to access from HttpSessionListener when the session gets destroyed. As there is no request bound to the Thread, I can't access the session scoped...
Type: Posts; User: CaioToOn; Keyword(s):
I have some proxied session-scoped beans that I need to access from HttpSessionListener when the session gets destroyed. As there is no request bound to the Thread, I can't access the session scoped...
Hi, friend.
I'm facing exactly the same problem as you. How did you work it out? Is there any solution for now?
Everything goes fine if I manually invalidate the session on a Servlet, but if it...