RE: Forcing a session lastaccessedtime update

2008-01-31 Thread Reich, Matthias
- From: david delbecq [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 11:18 PM To: Tomcat Users List Subject: Re: Forcing a session lastaccessedtime update You will become tomcat dependant but, try to use this http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache

Re: Forcing a session lastaccessedtime update

2008-01-31 Thread david delbecq
You will become tomcat dependant but, try to use this http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/session/StandardSession.html#access() tomcat user a écrit : When accessing an HTTPSession through a back door the session's last access time is not updated. Is th