SSLSES (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:SSLSES}} <span class="pageSubtitle"><section begin="desc" /><section end="desc" /></span> SSLSES is a parameter on JANUS DEFINE, which defines and sets charac...")
 
m (remove displaytitle)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:SSLSES}}
<span class="pageSubtitle">Do trusted-logons for SSL session subsequent connections.</span>
<span class="pageSubtitle"><section begin="desc" /><section end="desc" /></span>


SSLSES 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>SSLSES</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


Indicates that SSL (Secure Socket Layer) logical sessions will be used to perform trusted logins for Janus port users once they have performed a standard login through typical HTTP challenge-response mechanisms or through a $Sir_Login issued during NEWSESCMD processing.  
Indicates that SSL (Secure Socket Layer) logical sessions will be used to perform trusted logins for Janus port users once they have performed a standard login through typical HTTP challenge-response mechanisms or through a [[$Sir_Login]] issued during <var>[[NEWSESCMD (JANUS DEFINE parameter)|NEWSESCMD]]</var> processing.  


This feature reduces the overhead of NEWSESCMD processing by limiting it to logical session establishment time. The feature also eliminates some of the idiosyncrasies of HTTP challenge-response authentication associated with password changes, whether end-user or system initiated.  
This feature reduces the overhead of <var>NEWSESCMD</var> processing by limiting it to logical session establishment time. The feature also eliminates some of the idiosyncrasies of HTTP challenge-response authentication associated with password changes, whether end-user or system initiated.  


Available in ''[[Sirius Mods]]'' Version 6.0 and later, the SSLSES parameter is designed for SSL server ports.  
The <var>SSLSES</var> parameter is designed for SSL server ports.  


If both SESCOOKIE (:hdref refid=sescook.) and SSLSES are specified, the session associated with the SESCOOKIE will be used in preference to the session associated with the SSL session, though these should almost always be the same.  
If both <var>[[SESCOOKIE (JANUS DEFINE parameter)|SESCOOKIE]]</var> and <var>SSLSES</var> are specified, the session associated with the <var>SESCOOKIE</var> will be used in preference to the session associated with the SSL session, though these should almost always be the same.  


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


==References==
==See also==
<ul>
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


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

Latest revision as of 00:00, 8 June 2016

Do trusted-logons for SSL session subsequent connections.

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

Indicates that SSL (Secure Socket Layer) logical sessions will be used to perform trusted logins for Janus port users once they have performed a standard login through typical HTTP challenge-response mechanisms or through a $Sir_Login issued during NEWSESCMD processing.

This feature reduces the overhead of NEWSESCMD processing by limiting it to logical session establishment time. The feature also eliminates some of the idiosyncrasies of HTTP challenge-response authentication associated with password changes, whether end-user or system initiated.

The SSLSES parameter is designed for SSL server ports.

If both SESCOOKIE and SSLSES are specified, the session associated with the SESCOOKIE will be used in preference to the session associated with the SSL session, though these should almost always be the same.

SSLSES is valid only for WEBSERV ports.

See also