WEBLOGHOLD (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:WEBLOGHOLD}}
<span class="pageSubtitle">WEBLOGHOLD xxxx &mdash; Seconds to save login for web re-use</span>
<span class="pageSubtitle"><section begin="desc" />xxxx<section end="desc" /></span>


WEBLOGHOLD is a parameter on [[JANUS DEFINE]], 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.


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. <var>WEBLOGHOLD</var> 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''.


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.  
The default for <var>WEBLOGHOLD</var> is 0, which means that logon caching is not used for the 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''.  
<var>[[WEBLH (JANUS DEFINE parameter)|WEBLH]]</var> is a synonym for <var>WEBLOGHOLD</var>.  


The default for WEBLOGHOLD is 0, which means that logon caching is not used for the port.  
Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.


WEBLH is a synonym for WEBLOGHOLD.
==See also==
<ul>
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


Valid only for WEBSERV ports.
==References==
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


[[Category:JANUS DEFINE parameters|WEBLOGHOLD]]
[[Category:JANUS DEFINE parameters|WEBLOGHOLD]]

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