CDV ❯ session.maxidle.seconds (in tc.properties) can be set to a maximum of 2147483
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
Sessions
-
-
hhuynh
-
Reporter: teck
-
November 02, 2007
-
0
-
Watchers: 0
-
November 09, 2007
-
November 05, 2007
Description
http://forums.terracotta.org/forums/posts/list/585.page
The code in com.terracotta.session.SessionData() that converts the idle time in seconds to milliseconds needs to widen to long before the multiply
This happens in two places in that code, look at both calls to setMaxInactiveMillis() – maybe that method should take seconds in (and renamed the method)
Source changes: http://svn.terracotta.org/fisheye/changelog/Terracotta/?cs=6194