VARIPADDR (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (minor formatting)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:VARIPADDR}}
<span class="pageSubtitle">Permit differing IP addresses from same browser</span>
<span class="pageSubtitle"><section begin="desc" /><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]].
<var>VARIPADDR</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


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.  
<var>VARIPADDR</var> indicates that a single browser might access <var class="product">[[Janus Web Server]]</var> using different IP addresses (probably because it's accessing <var class="product">Janus Web Server</var> through a "proxy farm"), so <var class="product">Janus Web Server</var> should not use the IP address to decide whether a set of requests all came from the same browser or not.  


Valid only for WEBSERV ports.
A proxy farm is a collection of proxy servers that act more or less as one proxy server from a browser's perspective. In a proxy farm, a browser might be moved around between different proxies, most likely for load-balancing purposes.  


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


See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.
 
==See also==
<ul>
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


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

Latest revision as of 18:23, 19 January 2017

Permit differing IP addresses from same browser

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

VARIPADDR 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 Janus Web Server should not use the 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. In a proxy farm, 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 and 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.

Valid only for WEBSERV ports.

See also