Page 1 of 1

QID: com.enthuware.ets.scwcd.v5.2.53

Posted: Wed Sep 25, 2013 6:21 am
by bassem_labib
In which of the following situations will a session be definitely invalidated?

Explanation:
Note that if the session time out is set to -1 using setMaxInactiveInterval() method, the session will never be invalidated automatically.

It should be fixed and add that to set to 0 or -1 using setMaxInactiveInterval() method

Re: QID: com.enthuware.ets.scwcd.v5.2.53

Posted: Wed Sep 25, 2013 5:32 pm
by admin
SCWCD 5 is based on the older version of the specification, which says in section 7.5:
The time out periods used by these methods are defined in seconds. By definition, if the time out period for a session is set to -1, the session will never expire.
HTH,
Paul.