The desktop-timeout Element"

From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} [Default: 3600] It specifies the time, in seconds, between client requests before a desktop is invalidated. A negative time indicates t…')
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ZKConfigurationReferencePageHeader}}
+
{{ZKConfigurationReferencePageHeader}}
 +
 
 +
'''Syntax:'''
 +
<desktop-timeout>''a_number''</desktop-timeout>
  
 
  [Default: 3600]
 
  [Default: 3600]
  
It specifies the time, in seconds, between client requests before a desktop is invalidated. A negative time indicates the desktop should never timeout.
+
It specifies the time, in '''seconds''', between client requests before a desktop is invalidated. A negative time indicates the desktop should never timeout.
 +
 
 +
In 9.x and before, it only works when the current desktop count exceeds <code>max-desktops-per-session</code> and while adding a new desktop (both conditions should match).
 +
 
 +
{{versionSince | 10.0.0}} It works regardless of the current desktop count.
 +
 
 +
<!-- https://tracker.zkoss.org/browse/ZK-5435-->
  
{{ZKConfigurationReferencePageFooter}}
+
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 07:15, 27 September 2023


The desktop-timeout Element


Syntax:

<desktop-timeout>a_number</desktop-timeout>
[Default: 3600]

It specifies the time, in seconds, between client requests before a desktop is invalidated. A negative time indicates the desktop should never timeout.

In 9.x and before, it only works when the current desktop count exceeds max-desktops-per-session and while adding a new desktop (both conditions should match).

Since 10.0.0 It works regardless of the current desktop count.



Last Update : 2023/09/27

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