The timer-keep-alive Element"

From Documentation
(Created page with '{{ZKConfigurationReferencePageHeader}} == The timer-keep-alive Element == [Default: false] It specifies whether to keep the session alive, when receiving the <tt>onTimer</tt> …')
 
m
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
== The timer-keep-alive Element ==
+
'''Syntax:'''
 +
<timer-keep-alive>true|'''false'''</timer-keep-alive>
 +
 
 
  [Default: false]
 
  [Default: false]
  

Revision as of 14:36, 4 December 2010


The timer-keep-alive Element


Syntax:

<timer-keep-alive>true|false</timer-keep-alive>
[Default: false]

It specifies whether to keep the session alive, when receiving the onTimer event.

A session is considered as timeout (and then invalidated), if it doesn't receive any client request in the specified timeout interval (see the session-timeout element above).

By setting this option to true, the onTimer event, just like any other events, will reset the session timeout counter (and then keep the session alive until timeout). Notice that, if this option is false and the timer is shorter than the session timeout, the session won't be expired.

By default, this option is false. It means the onTimer event is ignored when handling the session timeout. In other words, the session will expire if no other event is received before timeout.

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.