getting session without request object
807569Oct 1 2006 — edited Oct 1 2006I 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