The session-config Element"

From Documentation
m (correct highlight (via JWB))
 
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
The allowed child elements include <tt>session-timeout</tt> and <tt>max-desktops-per-session</tt>. You might have multiple <tt>session-config</tt> elements in one <tt>zk.xml</tt>.
+
The allowed child elements include <code>session-timeout</code> and <code>max-desktops-per-session</code>. You might have multiple <code>session-config</code> elements in one <code>zk.xml</code>.
  
 
<source lang="xml" >
 
<source lang="xml" >

Latest revision as of 10:34, 19 January 2022


The session-config Element


The allowed child elements include session-timeout and max-desktops-per-session. You might have multiple session-config elements in one zk.xml.

 <session-config>
     <session-timeout>1800</session-timeout>
     <timer-keep-alive>false</timer-keep-alive>
     <max-desktops-per-session>15</max-desktops-per-session>
     <max-requests-per-session>5</max-requests-per-session>
     <max-pushes-per-session>3</max-pushes-per-session>
 </session-config>




Last Update : 2022/01/19

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