19 Feb
2007
19 Feb
'07
5:49 p.m.
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.