- remove the session setting.
This commit is contained in:
@@ -32,8 +32,6 @@ class common extends control
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
ini_set('session.cookie_lifetime', 3600);
|
||||
ini_set('session.gc_maxlifetime', 3600);
|
||||
session_start();
|
||||
$this->sendHeader();
|
||||
$this->loadModel('company');
|
||||
|
||||
Reference in New Issue
Block a user