Can I access request and response within LoginModule.login()?
If I get access to
servlet container within login module can I create session with a specified ID?
Can I give it a different name instead of JSESSIONID?
I have enabled basic authentication on
Tomcat 5 server.
please help.