MDL-24253 we need to udpate shibboleth to use new session api

This commit is contained in:
Petr Skoda
2010-09-17 10:43:15 +00:00
parent fb81718414
commit cc2202299f
+1
View File
@@ -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;
}