Destroy session at first

This commit is contained in:
Michael RICOIS 2013-11-15 13:22:33 +00:00
parent b4d77ea504
commit ccf56bd392

View File

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