Problem with httpsessionlistener 2003-12-04 - By Atreya Basu
Back Hello,
I'm having some difficulty with my session listener. I set up a session listener in my web.xml file as such:
<listener> <listener-class>com.gri.web.SessionTracker</listener-class> </listener> Now when I go to the context that is under the listener method sessionCreated doesn't get executed. However a session is created because my log says:
2003-12-04 13:58:26 Authenticator[/emissions]: Restore request from session '46B9930847D159C904E53EE8C277B33A'
Can anyone tell me what I may be doing incorrectly.
-- __ ____ ____ ____ ____ ____ ____ ____ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|