Tomcat login logout hook ?

2005-07-08 Thread Dongsheng Song
Hello, Can I hook a function after user login before user logout ? Dongsheng Song - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat login logout hook ?

2005-07-08 Thread Michael Echerer
Dongsheng Song wrote: Hello, Can I hook a function after user login before user logout ? I assume that logout usually goes hand in hand with a session invalidation, then Servlet 2.4. spec is your friend: SRV.10.2.1 Event Types and Listener Interfaces javax.servlet.http.HttpSessionListener