Re: Trigger sessionDestroyed event from custom ManagerBase

2016-10-04 Thread GOKULA KRISHNAN
but it is called during invalidate() call. If I remove the valve from context.xml, it works fine. Hope I explained the issue, revert to me if you need any further clarification. Thanks, Gokul. On Tue, Oct 4, 2016 at 12:51 PM, Mark Thomas wrote: > On 03/10/2016 17:38, GOKULA KRISHNAN wrote: >

Re: Trigger sessionDestroyed event from custom ManagerBase

2016-10-03 Thread GOKULA KRISHNAN
, 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 event from custom implementation > of > > ManagerBase. sessionDestroyed is not called when session expires but >

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 CustomRequestS