Re: Trigger sessionDestroyed event from custom ManagerBase

2016-10-04 Thread GOKULA KRISHNAN
Hi Mark, Thanks a lot for your reply. I'm trying to implement Redis valve (included in tomcat's context.xml) for custom session management by my own logic. Everything is working fine except the sessionDestroyed event. My sessionDestroyed is not called when session expires/timeout but it is

Re: Trigger sessionDestroyed event from custom ManagerBase

2016-10-04 Thread Mark Thomas
On 03/10/2016 17:38, GOKULA KRISHNAN wrote: > Hi, > > I want to trigger the sessionDestroyed event from custom implementation of > ManagerBase. sessionDestroyed is not called when session expires but called > during session invalidate. I need to call sessionDestroyed during session > time out.

Re: Trigger sessionDestroyed event from custom ManagerBase

2016-10-04 Thread GOKULA KRISHNAN
Thanks Coty, for your intro :) Hi All, Is there any update for my query ? On Mon, Oct 3, 2016 at 10:16 PM, Coty Sutherland wrote: > I set Gokul here from #tomcat on freenode :) Just for a bit more > information (since it was excluded): > > Good UGT, i'm using java -

Re: Trigger sessionDestroyed event from custom ManagerBase

2016-10-03 Thread Coty Sutherland
I set Gokul here from #tomcat on freenode :) Just for a bit more information (since it was excluded): Good UGT, i'm using java - 1.8.0_74, tomcat - 8.0.32, os - win 7 On Mon, Oct 3, 2016 at 12:38 PM, GOKULA KRISHNAN wrote: > Hi, > > I want to trigger the sessionDestroyed

Trigger sessionDestroyed event from custom ManagerBase

2016-10-03 Thread GOKULA KRISHNAN
Hi, I want to trigger the sessionDestroyed event from custom implementation of ManagerBase. sessionDestroyed is not called when session expires but called during session invalidate. I need to call sessionDestroyed during session time out. The class starts like this. *public class