| Author |
Doubt in setMaxInactiveInterval
|
raja ram
Ranch Hand
Joined: Mar 02, 2008
Posts: 169
|
|
Hi, Which of the following values used with setMaxInactiveInterval() will not cause the session to expunge. 1.-1 2.-2 3.0 4.1 5.2 My answers are 1,2,3 but correct answers given are 1,2 why not 3 Thanks
|
 |
Rufus Addis
Ranch Hand
Joined: Aug 21, 2008
Posts: 83
|
|
From the specs: setMaxInactiveInterval() Specifies the time, in seconds, between client requests before the servlet container will invalidate this session. A negative time indicates the session should never timeout. So a zero value will cause the container to immediately expunge the session! Rufus.
|
 |
 |
|
|
subject: Doubt in setMaxInactiveInterval
|
|
|