[development] Weird session behavior on submit block form
Earl Miles
merlin at logrus.com
Mon Feb 19 16:49:12 UTC 2007
Robert Douglass wrote:
>
> ; The path for which the cookie is valid.
> session.cookie_path = /
This is the URL path for the cookie in the domain. This is really useful if you
have several sites on the same domain. For example, if I have
http://www.example.com/drupal1 if I set the session.cookie_path = "/drupal1"
then the cookie that site creates will only be valid at /drupal1/* and children.
More information about the development
mailing list