So I'm using the setMaxInactiveInterval() method, and it does what I
want. Now I'd like to tell the Session to be removed when the user
exits the browser. You can do this with cookies, but how can you do
it with a Session object ???

If it can't be done, would it be a good idea to have a getCookie()
method in the Session interface ? We need more control :)

BTW - The spec should be more clear on setMaxInactiveInterval(),
it doesn't say what units are used (millis or seconds). The code says
it's in seconds, but the spec doesn't say (ony getMax).
I submitted that to the servlet-feedback alias, is that the right place
or should I use the BugParade ?

Augusto

___________________________________________________________________________
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