ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
shib_logout.php File Reference

Go to the source code of this file.

Namespaces

namespace  ilias
 redirection script todo: (a better solution should control the processing via a xml file)
 

Variables

if(isset( $_GET[ 'return']) &&isset( $_GET[ 'action']) &&$_GET[ 'action']=='logout') elseif(!empty($HTTP_RAW_POST_DATA)) else
 
echo;exit;}function LogoutNotification($SessionID){ global $ilDB;$q="SELECT session_id, data FROM usr_session WHERE expires > (\w+)\|/" $serialized_string
 
echo;exit;}function LogoutNotification($SessionID){ global $ilDB;$q="SELECT session_id, data FROM usr_session WHERE expires > (\w+)\|/" PREG_SPLIT_NO_EMPTY PREG_SPLIT_DELIM_CAPTURE
 

Variable Documentation

◆ $serialized_string

echo;exit;}function LogoutNotification( $SessionID){ global $ilDB; $q="SELECT session_id, data FROM usr_session WHERE expires > (\w+)\|/" $serialized_string

Definition at line 180 of file shib_logout.php.

◆ 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 74 of file shib_logout.php.

◆ PREG_SPLIT_DELIM_CAPTURE