MDL-24253 we need to udpate shibboleth to use new session api
This commit is contained in:
@@ -165,6 +165,7 @@ function LogoutNotification($SessionID){
|
||||
}
|
||||
} else {
|
||||
// DB Session
|
||||
//TODO: this needs to be rewritten to use new session stuff
|
||||
if (!empty($CFG->sessiontimeout)) {
|
||||
$ADODB_SESS_LIFE = $CFG->sessiontimeout;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user