CookieDomain
Summary
This setting sets the domain for which the cookie is valid.Usage
CookieDomain=<string>
Description
This is an optional settings for the override php.ini session cookie settings. The CookieDomain setting sets the domain for which the cookie is valid.
In order to make cookies visible on all subdomains, the domain must be prefixed with a dot. For example if the domain in "www.php.net", ".php.net' will make cookies visible on all subdomains.
If this setting is undefined, the setting will be used as defined in the php.ini setting session.cookie_domain. For more information on all other session related setting in php.ini please visit http://www.php.net/manual/en/session.configuration.php.
This setting is left empty by default.
This setting is case sensitive.
This setting is available for eZ Publish 4.4 and above.
Examples
CookieDomain=.php.net
Ester Heylen (04/08/2010 1:48 pm)
Ester Heylen (04/08/2010 1:48 pm)
Comments
There are no comments.