Removed call to session_write_close()
This commit is contained in:
parent
8f99595f54
commit
c24320a094
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue