Skip to content

Commit

Permalink
MDL-24253 we need to udpate shibboleth to use new session api
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 17, 2010
1 parent fb81718 commit cc22022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/shibboleth/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cc22022

Please sign in to comment.