The session-timeout Element"

From Documentation
m
m
Line 3: Line 3:
 
'''Syntax:'''
 
'''Syntax:'''
 
  <session-timeout>''a_number_in_seconds''</session-timeout>
 
  <session-timeout>''a_number_in_seconds''</session-timeout>
 +
 
  [Default: 0 ''(depending on the Web server)'']
 
  [Default: 0 ''(depending on the Web server)'']
  

Revision as of 14:53, 4 December 2010


The session-timeout Element


Syntax:

<session-timeout>a_number_in_seconds</session-timeout>
[Default: 0 (depending on the Web server)]

It specifies the time, in seconds, between client requests before a session is invalidated. A negative time indicates the session should never timeout. The default zero means to use the system default (which is usually specified in web.xml).

Version History

Last Update : 2010/12/04


Version Date Content
     



Last Update : 2010/12/04

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.