fix the cookie path

This commit is contained in:
<bdauvergne@entrouvert.com> 1206728133 +0100 0001-01-01 00:00:00 +00:00
parent 3604b913d3
commit 1708a24d6e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class LassoSPKitUtilsSession {
}
if (! $content) {
$this->id = md5("lasso" . rand());
setcookie(self::$cookiename, $this->id);
setcookie(self::$cookiename, $this->id, time()+3600, '/');
}
}
if ($content) {