The desktop-timeout Element"

From Documentation
m
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
  [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-->
  
=Version History=
 
{{LastUpdated}}
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
|-
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
|}
 
 
{{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.