SSLSES (JANUS DEFINE parameter)

From m204wiki
Revision as of 16:02, 8 March 2011 by 198.242.244.47 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" /><section end="desc" />

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

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.

Available in Sirius Mods Version 6.0 and later, the SSLSES 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.

SSLSES is valid only for WEBSERV ports.

References

See: List of Janus commands | List of JANUS DEFINE parameters.