Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
http.base-3.0.6, http.jetty-3.1.4, http.bridge-3.0.4
-
None
Description
HttpSessionWrapper contains a static member, getExpiredSessionContextIds, that determines which sessions should be destroyed based on the timeouts that are set on each session.
The implementation incorrectly assumes these timeouts are in milliseconds, while the timeouts are actually set in seconds (see JavaDoc of HttpSession). This means that a timeout of 300 (5 minutes) is interpreted as 300 milliseconds, resulting in sessions being destroyed too soon.
(Found through ACE-528)
Attachments
Issue Links
- relates to
-
ACE-528 No longer able to log in through Web UI
- Open