The session-timeout Element"

From Documentation
(Created page with '{{ZKConfigurationReferencePageHeader}} == The session-timeout Element == [Default: 0 ''(depending on the Web server)''] It specifies the time, in seconds, between client reque…')
 
m (correct highlight (via JWB))
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
== The session-timeout Element ==
+
'''Syntax:'''
 +
<session-timeout>''a_number_in_seconds''</session-timeout>
 +
 
 
  [Default: 0 ''(depending on the Web server)'']
 
  [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 <tt>web.xml</tt>).
+
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 <code>web.xml</code>).
  
 
=Version History=
 
=Version History=

Latest revision as of 10:34, 19 January 2022


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 : 2022/01/19


Version Date Content
     



Last Update : 2022/01/19

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