Mall
Allow multiple websites to operate on the same domain without interfering
with each others' cookies.
Synopsis
This is a Yes or No directive.
The default is No.
Scope
This directive is only available for use in the global
(interchange.cfg) configuration file,
and will affect all websites running under the Interchange installation.
It will not work in a website's local (catalog.cfg)
configuration file.
Description
This directive will allow multiple websites to operate on the same domain
without interfering with each others' cookies.
It does this by ensuring that the website's "script_name" is
encoded into cookies, instead of just using the host/domain name.
See the Catalog global configuration directive
for an explanation of how the "script_name" is defined.