Encryption removed
authorRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2009 18:12:27 +0000 (18:12 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2009 18:12:27 +0000 (18:12 +0000)
inc/classes/main/auth/class_CookieAuth.php

index e302ccb23d6bd61935ac91aa79fe481c22628011..436268f00c36113add24959dd8a9c324644f4afa 100644 (file)
@@ -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);
        }
 
        /**