Destroy session at first
This commit is contained in:
parent
b4d77ea504
commit
ccf56bd392
@ -18,6 +18,7 @@ class ReportController extends Zend_Controller_Action
|
||||
|
||||
//Open session to backup the state of the process
|
||||
$cmdState = 0;
|
||||
Zend_Session::destroy();
|
||||
$session = new Zend_Session_Namespace('Cmd');
|
||||
$session->state = $cmdState;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user