Monthly Archives: January 2009

Logging in users via Zend_Auth without Sessions in PHP / Zend Framework

While sessions come in handy for many things, I like to avoid them for the sake of scalability. PHP itself uses a shared-nothing architecture, with only sessions needing special treatment. Once you've got more than one web server, your options … Continue reading

Posted in Development, PHP, Zend Framework | Tagged , , , , | 2 Comments