bug fix
This commit is contained in:
@@ -51,7 +51,7 @@ class furatalogSessions {
|
||||
}
|
||||
|
||||
private function saveCookie() {
|
||||
setcookie("_cookieKey", $this->cookieKey, $this->cookie_duration);
|
||||
setcookie("_cookieKey", $this->cookieKey, time() + $this->cookie_duration);
|
||||
}
|
||||
|
||||
private function connectDb() {
|
||||
|
||||
Reference in New Issue
Block a user