• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • Sessions
  • hhuynh
  • Reporter: teck
  • November 05, 2007
  • 0
  • Watchers: 0
  • November 09, 2007
  • November 05, 2007

Description

Negative values for session idle timeout are supposed to indicate “never expire” per servlet specification. At the moment, negative values are translated to the value 1 (second) whih is extremely wrong

Negative values can can from web.xml, tc.properties or via the setMaxInactiveInterval() method on HttpSession. No matter which path the value comes from, negative numbers mean “never expire”

Comments

Tim Eck 2007-11-05

Source changes: http://svn.terracotta.org/fisheye/changelog/Terracotta/?cs=6194