take out session handler notification
This commit is contained in:
parent
fc20da19bb
commit
f61645aef8
|
@ -145,7 +145,6 @@ function common_ensure_session()
|
|||
}
|
||||
if (!common_have_session()) {
|
||||
if (common_config('sessions', 'handle')) {
|
||||
common_log(LOG_INFO, "Using our own session handler");
|
||||
Session::setSaveHandler();
|
||||
}
|
||||
@session_start();
|
||||
|
|
Loading…
Reference in New Issue
Block a user