Removed call to session_write_close()

This commit is contained in:
Duncan Sommerville 2014-12-15 09:49:35 -05:00
parent 8f99595f54
commit c24320a094

View file

@ -138,8 +138,6 @@ class Zend_Controller_Plugin_Acl extends Zend_Controller_Plugin_Abstract
} else {
$userInfo = Zend_Auth::getInstance()->getStorage()->read();
// For now, close the session here to prevent it from blocking requests
session_write_close();
$this->setRoleName($userInfo->type);
Zend_View_Helper_Navigation_HelperAbstract::setDefaultAcl($this->_acl);