SESCOOKIENOSEC (JANUS DEFINE parameter)

From m204wiki
Revision as of 18:17, 1 March 2012 by JAL2 (talk | contribs)
Jump to navigation Jump to search

<section begin="desc" />Send the session cookie 'unsecured'<section end="desc" />

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

Indicates that the cookie specified by SESCOOKIE will not be sent to the browser as a "secure" cookie. This makes it possible with some browsers in certain situations to use the SESCOOKIE cookie to have a logical session operate over multiple Janus Web Server ports.

Note: It is probably a bad idea to transmit a session cookie on a non-SSL connection, because someone who spies the session cookie can use it to perform trusted logins on the Janus Web Server port (though such a person cannot determine any password associated with the session cookie).

SESCOOKIENOSEC is valid only for WEBSERV ports.

See also