Undo the session closing thing

This commit is contained in:
Albert Santoni 2014-12-12 11:48:32 -05:00
parent 889112ca84
commit 034353a6e1
1 changed files with 0 additions and 2 deletions

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);