ndicate this. Also when sessionWillPassivate() is called
I
> am logging all session attributes to make sure there is nothing non
> serializable there.
>
>
> -Original Message-
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
>
>> From: Aggarwal, Ajay [mailto:a
stratus.com]
Subject: HttpSessionActivationListener sessionDidActivate not getting
called
Lately I am seeing that sessionDidActivate() does not get called upon
tomcat restart, even though sessionWillPassivate() is called. Also
even
though sessionWillPassivate() is called, I don't see the session
persistence file be
Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com]
> Subject: HttpSessionActivationListener sessionDidActivate not getting
called
> Lately I am seeing that sessionDidActivate() does not get called upon
> tomcat restart,
Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Friday, April 08, 2011 2:05 PM
To: Tomcat Users List
Subject: RE: HttpSessionActivationListener sessionDidActivate not
getting called
> From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com]
> Subject: HttpSessionActivationListener sessionDidActi
> From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com]
> Subject: HttpSessionActivationListener sessionDidActivate not getting called
> Lately I am seeing that sessionDidActivate() does not get called upon
> tomcat restart, even though sessionWillPassivate() is called. Also e
This is strange. I did some work few months ago for my application to
manage my sessions using a combination of HttpSessionActivationListener
and HttpSessionListener (not going into the details here as to why I
needed this). When I did that work HttpSessionActivationListener was
working fine and bo