Go to the source code of this file.
|
| ilias |
| redirection script todo: (a better solution should control the processing via a xml file)
|
|
◆ unserializesession()
Definition at line 170 of file shib_logout.php.
References $i.
172 $variables = array();
173 $a = preg_split(
"/(\w+)\|/", $serialized_string, -1, PREG_SPLIT_NO_EMPTY | PREG_SPLIT_DELIM_CAPTURE);
174 for (
$i = 0;
$i < count($a);
$i =
$i + 2) {
175 $variables[$a[
$i]] = unserialize($a[
$i + 1]);
◆ $r
◆ $url
$url = filter_var("https://{$_SERVER['HTTP_HOST']}/shib_logout.php", FILTER_SANITIZE_URL) |
◆ echo;exit;}function LogoutNotification($SessionID){ global $ilDB;$q="SELECT session_id, data FROM usr_session WHERE expires >
echo; exit;}function LogoutNotification( $SessionID){ global $ilDB; $q="SELECT session_id, data FROM usr_session WHERE expires > |
◆ else
if (isset( $_GET[ 'return']) &&isset( $_GET[ 'action']) &&$_GET[ 'action']=='logout') elseif (!empty( $HTTP_RAW_POST_DATA)) else |
Initial value:{
header('Content-Type: text/xml')
Definition at line 67 of file shib_logout.php.