DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40111>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40111 ------- Additional Comments From [EMAIL PROTECTED] 2006-09-05 02:19 ------- I was not able to attach my WAR file, and don't have my own website to link to. However, in the Tomcat-dev I got a reply from Jan Luehe who confirmed with the Servlet spec Expert Group that Tomcat 4.1's behaviour was correct: session.getLastAccessedTime() method should return the time of the last request that the container received that had this session's session ID with it (no matter whether that last request accessed the session object or not). The example used to explain its purpose was: === The getLastAccessedTime() method is used in session "Max Inactive Interval" calculations to decide if it's time to expire the session. If we haven't heard from the client within the max interval, we can give up on their session. Picture a shopping cart site. You don't need to fetch the session object on each page to want to keep the cart alive. === -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
