bug fix
This commit is contained in:
@@ -62,7 +62,7 @@ class furatalogSessions {
|
|||||||
$this->cookieKey = isset($_COOKIE["_cookieKey"]) ? $_COOKIE["_cookieKey"] : "";
|
$this->cookieKey = isset($_COOKIE["_cookieKey"]) ? $_COOKIE["_cookieKey"] : "";
|
||||||
|
|
||||||
if ($this->cookieKey == "") {
|
if ($this->cookieKey == "") {
|
||||||
$this->cookieKey = generateKey();
|
$this->cookieKey = $this->generateKey();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user