This is a very quick way to add password protection to a controller such as a cms controller. This code intercepts the login within the init() method of your chosen…
Archive
Month: December 2011
session_start hangs when it used to work
I had a problem with my zend application hanging with a white screen for no reason. I narrowed it down to when $adminSession = new Zend_Session_Namespace(‘Admin’); was executed, this is…