WEBLOGHOLD (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span class="pageSubtitle"><section begin="desc" />WEBLOGHOLD xxxx -- seconds to save login for web re-use.<section end="desc" /></span>
<span class="pageSubtitle">WEBLOGHOLD xxxx &mdash; Seconds to save login for web re-use</span>


<var>WEBLOGHOLD</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>WEBLOGHOLD</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


This parameter indicates that number of seconds that a "real" login should be saved for re-use on a web connection. A "real" login is either a login to a userid other than the WEBUSER userid or a login to the WEBUSER userid when the <var>[[WEBPUBLOG (JANUS DEFINE parameter)|WEBPUBLOG]]</var> parameter is set for a port.  
This parameter indicates that number of seconds that a "real" login should be saved for re-use on a web connection. A "real" login is either a login to a userid other than the WEBUSER userid or a login to the WEBUSER userid when the <var>[[WEBPUBLOG (JANUS DEFINE parameter)|WEBPUBLOG]]</var> parameter is set for a port.  
Line 11: Line 11:
<var>[[WEBLH (JANUS DEFINE parameter)|WEBLH]]</var> is a synonym for <var>WEBLOGHOLD</var>.  
<var>[[WEBLH (JANUS DEFINE parameter)|WEBLH]]</var> is a synonym for <var>WEBLOGHOLD</var>.  


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


==See also==
==See also==

Latest revision as of 22:28, 16 April 2013

WEBLOGHOLD xxxx — Seconds to save login for web re-use

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

This parameter indicates that number of seconds that a "real" login should be saved for re-use on a web connection. A "real" login is either a login to a userid other than the WEBUSER userid or a login to the WEBUSER userid when the WEBPUBLOG parameter is set for a port.

With ordinary web processing, every request for a page or image on a page is a separate connection. This means that if a set of URLs is logon protected, each protected image requires a logon. WEBLOGHOLD provides a way of reducing the number of logons and hence the overhead associated with these logons. In addition, by keeping web users logged on for some period after a request, monitoring and auditing is facilitated for these users. For more discussion of the logon caching feature, see the Janus Web Server Reference Manual.

The default for WEBLOGHOLD is 0, which means that logon caching is not used for the port.

WEBLH is a synonym for WEBLOGHOLD.

Valid only for WEBSERV ports.

See also