Negative sessiojn idle timeout values not correctly implemented
---------------------------------------------------------------

                 Key: CDV-501
                 URL: https://jira.terracotta.org/jira//browse/CDV-501
             Project: Community Development
          Issue Type: Bug
          Components: Sessions
    Affects Versions: 2.4.5
            Reporter: Tim Eck
            Assignee: Issue Review Board


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"


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to