Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
jvx:communication:timeouts [2018/02/01 10:02]
admin created
jvx:communication:timeouts [2018/02/01 10:57]
admin
Line 1: Line 1:
-~~DISCUSSION~~~~Title: Configuring Timeouts~~+~~Title: Configuring Timeouts~~
  
 For security reasons, the validity of client/​server connections or sessions is limited. After inactivity (no user interaction) of a predefined time period the connection or session is invalidated and the client has to reconnect if necessary. If no timeouts are defined for JVx, the connections/​sessions are not invalidated. For security reasons, the validity of client/​server connections or sessions is limited. After inactivity (no user interaction) of a predefined time period the connection or session is invalidated and the client has to reconnect if necessary. If no timeouts are defined for JVx, the connections/​sessions are not invalidated.
Line 11: Line 11:
 == All Applications == == All Applications ==
  
-Multiple applications can be in use on a server; it is therefore possible that timeouts are set for all of a server´s applications. The server configuration is handled by the file config.xml in the server directory (///​rad/​server//​).+Multiple applications can be in use on a server; it is therefore possible that timeouts are set for all of a server´s applications. The server configuration is handled by the file //config.xml// in the server directory (///​rad/​server//​).
  
 Timeouts are defined as follows: Timeouts are defined as follows:
Line 63: Line 63:
 </​file>​ </​file>​
  
-<fs 20px>​Notice</​fs>​+\\  
 +**<fs 20px>​Notice</​fs>​**
  
 If the Master Connection is not used, because you only communicate via a Sub Connection, the Master Connection remains active. The activity of the Sub Connection is also counted as activity in the Master Connection. If the Master Connection is not used, because you only communicate via a Sub Connection, the Master Connection remains active. The activity of the Sub Connection is also counted as activity in the Master Connection.
  
 +It's also possible to configure the timeout in seconds. Simply use following key:
  
 +<file xml>
 +<​timeoutSeconds>​
 +  ...
 +</​timeoutSeconds>​
 +</​file>​
 +
 +If timeout and timeoutSeconds were set, then the minimum of both will be used.
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information