mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
enabling more info FOR THE ERROR_LOG
This commit is contained in:
parent
5cf2da77fa
commit
0ec64072a2
@ -739,7 +739,10 @@ class egw_session
|
||||
$this->sessionid = $sessionid;
|
||||
$this->kp3 = $kp3;
|
||||
|
||||
if (!$this->sessionid) return false;
|
||||
if (!$this->sessionid) {
|
||||
if (self::$errorlog_debug) error_log(__METHOD__."('$sessionid')_REQUEST[sessionid]='$_REQUEST[sessionid]' No session ID");
|
||||
return false;
|
||||
}
|
||||
|
||||
session_name(self::EGW_SESSION_NAME);
|
||||
session_id($this->sessionid);
|
||||
|
Loading…
Reference in New Issue
Block a user