Top "Zend-auth" questions

A class provided by the Zend Framework, an open source, object oriented PHP5 framework provided by Zend.

Zend_Auth checking if user is logged in

I tried using: // do login if request is posted if (isset($_POST) && !empty($_POST)) { // do authencation ... } else { // request …

php zend-framework zend-auth
How to get the Session ID from a Zend_Auth session?

Using 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