CookiePath
Summary
This setting will set the path to the domain for which the cookie is valid.Usage
CookiePath=<string>
Description
This is an optional settings for the override php.ini session cookie settings. The CookiePath setting will set the path to the domain where the cookie will work.
Use a single slash ('/') for all paths on the domain.
If this setting is undefined, the setting will be used as defined in the php.ini setting session.cookie_path. 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 case sensitive.
This setting is available for eZ Publish 4.4 and above.
Examples
CookiePath=/
This is the default setting.
Ester Heylen (04/08/2010 1:47 pm)
Ester Heylen (04/08/2010 1:47 pm)
Comments
There are no comments.