X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fauth%2Fclass_CookieAuth.php;h=436268f00c36113add24959dd8a9c324644f4afa;hp=e302ccb23d6bd61935ac91aa79fe481c22628011;hb=3300f016521f4278c49783fa782094755824aa1b;hpb=e8eb1c976c2b0de3e8e6de395a3e38dd70b5fb17 diff --git a/inc/classes/main/auth/class_CookieAuth.php b/inc/classes/main/auth/class_CookieAuth.php index e302ccb2..436268f0 100644 --- a/inc/classes/main/auth/class_CookieAuth.php +++ b/inc/classes/main/auth/class_CookieAuth.php @@ -66,7 +66,7 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera * @return void */ public function setPasswordAuth ($passHash) { - $this->getResponseInstance()->addCookie('u_hash', $passHash, true); + $this->getResponseInstance()->addCookie('u_hash', $passHash); } /**