Skip to content

Commit 6591fc3

Browse files
author
Till Brehm
committed
Set custom name for ISPConfig session to prevent collisions with other PHP applications.
1 parent 8c993eb commit 6591fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/lib/app.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function __destruct() {
8888
public function initialize_session() {
8989
//* Start the session
9090
if($this->_conf['start_session'] == true) {
91+
session_name('ISPCSESS');
9192
$this->uses('session');
9293
$sess_timeout = $this->conf('interface', 'session_timeout');
9394
$cookie_domain = $this->get_cookie_domain();

0 commit comments

Comments
 (0)