A class provided by the Zend Framework, an open source, object oriented PHP5 framework provided by Zend.
I tried using: // do login if request is posted if (isset($_POST) && !empty($_POST)) { // do authencation ... } else { // request …
php zend-framework zend-authUsing the default Zend_Auth session storage (PHP Sessions), it creates a session ID and puts it in a cookie. …
php zend-framework zend-auth zend-session