Page 1 of 1

About Question enthuware.jwpv6.2.996 :

Posted: Sat Nov 19, 2011 2:20 pm
by ETS User
"There is no specific event/listener when an attribute is replaced. However, it can be listened indirectly if an object being replaced implements HttpSessionBindingEvent."

What about attributeReplaced(HttpSessionBindingEvent event) from HttpSessionAttributeListener?

http://download.oracle.com/javaee/6/api ... tener.html

P.S. please choose some easier to read captcha :)

Re: About Question enthuware.jwpv6.2.996 :

Posted: Sun Nov 20, 2011 8:46 pm
by admin
You are right. This has now been fixed.
Thanks for your feedback!

You can sign in to avoid the Captcha. Unfortunately, as soon as we make it less tough, the forum is flooded with spam.

Re: About Question enthuware.jwpv6.2.996 :

Posted: Wed Nov 23, 2011 4:54 am
by fulvio
is there timeout event listener in HttpSessionListener?

Re: About Question enthuware.jwpv6.2.996 :

Posted: Tue Jul 02, 2013 11:30 am
by basamajoe
Little misspelling in the answer, HttpSectionActivationListener instead of HttpSessionActivationListener.

Re: About Question enthuware.jwpv6.2.996 :

Posted: Wed Jul 03, 2013 8:25 am
by admin
fulvio wrote:is there timeout event listener in HttpSessionListener?
There is no method to listen for time out specifically, but since time out will cause session to be invalidated, sessionInvalidated will be called.

HTH,
Paul.

Re: About Question enthuware.jwpv6.2.996 :

Posted: Wed Jul 03, 2013 8:26 am
by admin
basamajoe wrote:Little misspelling in the answer, HttpSectionActivationListener instead of HttpSessionActivationListener.
You are right. This has now been fixed.
thank you for your feedback!