Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

getting session without request object

807569Oct 1 2006 — edited Oct 1 2006
I am working with servlets connected to jsp...
in httpsessionlistener class i am counting the active sessions and mapping the usernames in hashmap

but i couldnt pass request object to httpsessionlistener as it works automatically when session is created or destroyed?

so how can i request.getSession in httpsessionlistener class?

thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 29 2006
Added on Oct 1 2006
1 comment
917 views