We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c993eb commit 6591fc3Copy full SHA for 6591fc3
interface/lib/app.inc.php
@@ -88,6 +88,7 @@ public function __destruct() {
88
public function initialize_session() {
89
//* Start the session
90
if($this->_conf['start_session'] == true) {
91
+ session_name('ISPCSESS');
92
$this->uses('session');
93
$sess_timeout = $this->conf('interface', 'session_timeout');
94
$cookie_domain = $this->get_cookie_domain();
0 commit comments