]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/auth/class_CookieAuth.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / auth / class_CookieAuth.php
index c20727f2f5c13c4b71c1c429a6a93f525aa8f16b..6ef55044a176f4f667632b065892f79c137b48ff 100644 (file)
@@ -31,12 +31,6 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set part description
-               $this->setObjectDescription("Cookie-based login");
-
-               // Create unique ID number
-               $this->generateUniqueId();
-
                // Clean up a little
                $this->removeNumberFormaters();
                $this->removeSystemArray();