How can I expire a session? I tried session.setMaxInactiveInterval(0)
and session.invalidate() but with no luck...
The problem is that I have a servlet that uses simple http
authentication, and I want the user to logout, but I just can't figure
out how to do this... Is it a valid procedure to just delete the
JSESSIONID cookie?
Kindest Regards,
Mike Rubin.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to