Re: Session.getLastAccessTime() ticking

2011-09-22 Thread Rainer Jung
On 21.09.2011 21:15, Mark Thomas wrote: > On 21/09/2011 19:06, Konstantin Kolinko wrote: > > >> The first question that I have is that I do not see how last access is >> ticked if there is no explicit request for a session. I think it >> should be ticked regardless of whether getSession(..) has b

Re: Session.getLastAccessTime() ticking

2011-09-21 Thread Mark Thomas
On 21/09/2011 19:06, Konstantin Kolinko wrote: > The first question that I have is that I do not see how last access is > ticked if there is no explicit request for a session. I think it > should be ticked regardless of whether getSession(..) has been called. StandardHostValve look for ACCESS_SE

Session.getLastAccessTime() ticking

2011-09-21 Thread Konstantin Kolinko
Hi! I was reviewing the spec and the code with regards to the following issue: https://issues.apache.org/bugzilla/show_bug.cgi?id=51812 Ch.7.6 of the Servlet specification (both 2.5 and 3.0 versions) says: "The session is considered to be accessed when a request that is part of the session is fir