| Author |
createSession in JRun 3.0?
|
Tomas Petersson
Greenhorn
Joined: Feb 20, 2002
Posts: 2
|
|
Hello, I use JRun 3.0 which implements Servlets 2.2, and hence have no support for HttpSessionListener. Any suggestions on how I may get notification on session create/destroy in this server? Cheers, Tomas Petersson (JSP newbie)
|
 |
Jessica Sant
Sheriff
Joined: Oct 17, 2001
Posts: 4313
|
|
Servlet 2.2 has the HttpSessionBindingListener That might work for you...
|
- Jess
Blog:KnitClimbJava | Twitter: jsant | Ravelry: wingedsheep
|
 |
Tomas Petersson
Greenhorn
Joined: Feb 20, 2002
Posts: 2
|
|
Hello. It might, if is triggered when the sessionId is bound to the new session. Is it? To try this out I need to know how to register the listener with my JRun server. I can't find any provision for this in the admin GUI. Cheers, Tomas
|
 |
 |
|
|
subject: createSession in JRun 3.0?
|
|
|