I'm having an issue after installing a Zend Framework application on a shared host environment.
The app itself works fine until I try to login. I'm using Zend_Session as the session mechanism. As soon as I try to log in, the application completely indefinitely hangs. This happens after a session object has been created on the server for a client. I've narrowed it down to the second Zend_Session::start() call that gets made. I know the site worked perfectly fine on my own server (CentOS5.3 with php 5.2) Anyone ever had any similar problems?