| Author |
HttpSessionListener in JSF App
|
Rick Beaver
Ranch Hand
Joined: Dec 14, 2004
Posts: 464
|
|
Hi All I have registered a HttpSessionListener on my JSF app. I can see the session listener startup when tomcat starts but when sessions are created and destroyed the sessionCreated and sessionDestroyed methods are not being called. Does anybody know if JSF does anything rinky dink that would stop a standard HttpSessionListener from working? Cheers [ June 29, 2005: Message edited by: Rick Beaver ]
|
ph34r my 133t j4v4 h4><0r1ng sk177z
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
Originally posted by Rick Beaver: Does anybody know if JSF does anything rinky dink that would stop a standard HttpSessionListener from working?
No I dont think so. With me its working like charm. BTW, what are you getting? [ July 01, 2005: Message edited by: Adeel Ansari ]
|
 |
Varun Khanna
Ranch Hand
Joined: May 30, 2002
Posts: 1400
|
|
|
I use IBM's JSF implementation and HttpSessionListener works fine.
|
- Varun
|
 |
 |
|
|
subject: HttpSessionListener in JSF App
|
|
|