Http Session Listener Not Working
Gaurav Kalia <[email protected]> Wed, 27 Oct 2010 16:10:05 +0530
| Newsgroups | gmane.comp.cms.lenya.user |
|---|---|
| Message-ID | <[email protected]> |
Hi All
I am facing a problem regarding listening the session.
I have implemented the HttpSessionListener methods in my custom action
but it seems to be not working.
public void sessionCreated(javax.servlet.http.HttpSessionEvent arg0){
System.out.println("Session Created");
}
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent arg0){
System.out.println("Session Destroyed");
}
Is there any other way of doing this.
Please suggest.
Regards
Gaurav