Init Session
This commit is contained in:
parent
5144a949e5
commit
131323e792
@ -18,8 +18,9 @@ class ReportController extends Zend_Controller_Action
|
|||||||
|
|
||||||
//Open session to backup the state of the process
|
//Open session to backup the state of the process
|
||||||
$cmdState = 0;
|
$cmdState = 0;
|
||||||
Zend_Session::destroy();
|
|
||||||
$session = new Zend_Session_Namespace('Cmd');
|
$session = new Zend_Session_Namespace('Cmd');
|
||||||
|
$session->unsetAll();
|
||||||
$session->state = $cmdState;
|
$session->state = $cmdState;
|
||||||
|
|
||||||
$request = $this->getRequest();
|
$request = $this->getRequest();
|
||||||
|
Loading…
Reference in New Issue
Block a user