DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24774>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24774 session timeout working only once ------- Additional Comments From [EMAIL PROTECTED] 2003-11-21 17:06 ------- some additional information: sorry, i have forgot to mention what this SessionMonitor is: this is our custom object which implements HttpSessionBindingListener whenever valueUnbound is called, it logs some informations about the session (times, etc ...) it also calls getCreationTime; however, when the session is expired, getCreationTime throws an exception (on the contrary, getLastAccessedTime works just fine ...) the reason why i'm posting this as a bug is the fact, that i believe, that ability to call StandardSession.getCreationTime in HttpSessionBindingListener (also when session is being expired) is a reasonable thing to do please, if you think that there is no valid reason why HttpSessionBindingListener should be able to call StandardSession.getCreationTime when the session is expiring, close this bug so i know that i have to handle this problem differently another apporach would be to call valueUnbound in try-catch block; to prevent web application from killing PersistentManagerBase thread --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]