VARIPADDR (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:VARIPADDR}}
{{DISPLAYTITLE:VARIPADDR}}
<span class="pageSubtitle"><section begin="desc" /><section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Permit differing ipaddresses from same browser<section end="desc" /></span>


VARIPADDR 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]].
VARIPADDR 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]].


Indicates that a single browser might access ''[[Janus Web Server]]'' using different IP addresses (probably because it's accessing ''[[Janus Web Server]]'' through a "proxy farm") so that ''[[Janus Web Server]]'' should not use IP address to decide whether a set of requests all came from the same browser or not. A proxy farm is a collection of proxy servers that act more or less as one proxy server from a browser's perspective and in which a browser might be moved around between different proxies most likely for load-balancing purposes. Setting VARIPADDR reduces ''[[Janus Web Server]]'''s ability to distinguish requests from multiple browsers potentially causing problems with legacy sessions, persistent sessions (especially on public URLs) or slightly reducing the efficacy of session cookies. Nevertheless, VARIPADDR is more or less unavoidable if users are accessing ''[[Janus Web Server]]'' through "proxy farms". The VARIPADDR parameter is only available in ''[[Sirius Mods]]'' Version 6.0 and later.  
Indicates that a single browser might access ''[[Janus Web Server]]'' using different IP addresses (probably because it's accessing ''[[Janus Web Server]]'' through a "proxy farm") so that ''[[Janus Web Server]]'' should not use IP address to decide whether a set of requests all came from the same browser or not. A proxy farm is a collection of proxy servers that act more or less as one proxy server from a browser's perspective and in which a browser might be moved around between different proxies most likely for load-balancing purposes.  
 
Setting VARIPADDR reduces ''[[Janus Web Server]]'''s ability to distinguish requests from multiple browsers potentially causing problems with legacy sessions, persistent sessions (especially on public URLs) or slightly reducing the efficacy of session cookies. Nevertheless, VARIPADDR is more or less unavoidable if users are accessing ''[[Janus Web Server]]'' through "proxy farms".  
 
The VARIPADDR parameter is available in ''[[Sirius Mods]]'' Version 6.0 and later.  


Valid only for WEBSERV ports.
Valid only for WEBSERV ports.

Revision as of 16:24, 14 March 2011

<section begin="desc" />Permit differing ipaddresses from same browser<section end="desc" />

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

Indicates that a single browser might access Janus Web Server using different IP addresses (probably because it's accessing Janus Web Server through a "proxy farm") so that Janus Web Server should not use IP address to decide whether a set of requests all came from the same browser or not. A proxy farm is a collection of proxy servers that act more or less as one proxy server from a browser's perspective and in which a browser might be moved around between different proxies most likely for load-balancing purposes.

Setting VARIPADDR reduces Janus Web Server's ability to distinguish requests from multiple browsers potentially causing problems with legacy sessions, persistent sessions (especially on public URLs) or slightly reducing the efficacy of session cookies. Nevertheless, VARIPADDR is more or less unavoidable if users are accessing Janus Web Server through "proxy farms".

The VARIPADDR parameter is available in Sirius Mods Version 6.0 and later.

Valid only for WEBSERV ports.

References

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