just had a few simply questions.. How can I test if a session has been invalidated? I have tried checking the session's getValueNames().length and checking if it's 0. (I know that this isn't neccessary prove that the session is invalid, however, it's the best thing I could think of). I have a thread going through all my sessions however, all their getValueNames().length >0. How using JSWDK1.0.1 where can I change the amount of time before a session times out? I sespected that it was webserver.xml's maxInactiveInterval however, I'm = not sure. I have it currently set to 30. I also implemented HttpSessionBindingListener's valueUnbound with no = success. The session never seems to die. Thanks in advance R. Patel ___________________________________________________________________________ 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
