https://issues.apache.org/bugzilla/show_bug.cgi?id=47281
--- Comment #3 from Grant Genereux <grant-gener...@shaw.ca> 2009-05-28 09:13:38 PST --- After some more thought; I think a more correct approach would be to have StoreBase.processExpires() call a method to just return the expired keys; rather than keys() (returns all keys). It would be very similar to keys() except it includes an additional where clause such as: AND ( valid_session = '0' OR ? .gt. (last_access+max_inactive*1000) ) With that change, only expired sessions will be re-loaded, and we maintain the session life-cycle contract. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org