SESTIMEOUT (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
<var>SESTIMEOUT</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  
<var>SESTIMEOUT</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


Indicates the number of minutes of inactivity that will cause a logical login session being held either via <var>[[SESCOOKIE (JANUS DEFINE parameter)|SESCOOKIE]]</var> or <var>[[SSLSES (JANUS DEFINE parameter)|SSLSES]]</var> to be terminated. When such a session is terminated, <var class="product">[[Janus Web Server]]</var> will go through normal login validation which might or might not force the end-user to re-enter a password depending on the validation technique and possibly the browser. The session timeout value set by <var>SESTIMEOUT</var> only sets the timeout for trusted user logins and does not affect the timeout for requests using $Web_Form_Done and for found sets and lists saved with <var>$Web_Save_Recset</var> and <var>$WEB_REST_RECSET</var>.   
Indicates the number of minutes of inactivity that will cause a logical login session being held either via <var>[[SESCOOKIE (JANUS DEFINE parameter)|SESCOOKIE]]</var> or <var>[[SSLSES (JANUS DEFINE parameter)|SSLSES]]</var> to be terminated. When such a session is terminated, <var class="product">[[Janus Web Server]]</var> will go through normal login validation which might or might not force the end-user to re-enter a password depending on the validation technique and possibly the browser. The session timeout value set by <var>SESTIMEOUT</var> only sets the timeout for trusted user logins and does not affect the timeout for requests using <var>[[$Web_Form_Done]]</var> and for found sets and lists saved with <var>$Web_Save_Recset</var> and <var>$WEB_REST_RECSET</var>.   


Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.
Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.

Revision as of 18:20, 1 March 2012

<section begin="desc" />SESTIMEOUT xxx — session timeout seconds<section end="desc" />

SESTIMEOUT is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

Indicates the number of minutes of inactivity that will cause a logical login session being held either via SESCOOKIE or SSLSES to be terminated. When such a session is terminated, Janus Web Server will go through normal login validation which might or might not force the end-user to re-enter a password depending on the validation technique and possibly the browser. The session timeout value set by SESTIMEOUT only sets the timeout for trusted user logins and does not affect the timeout for requests using $Web_Form_Done and for found sets and lists saved with $Web_Save_Recset and $WEB_REST_RECSET.

Valid only for WEBSERV ports.

See also