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


Cheers,
Michael
> 
> Dongsheng Song
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to