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 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@lenya.apache.org For additional commands, e-mail: user-h...@lenya.apache.org