18 require_once
'config.php';
46 if (isset($_REQUEST[
'logout'])) {
51 if (isset($_REQUEST[
'session'])) {
54 unset($_REQUEST[
'session']);
55 header(
"Location: ".$_SERVER[
'PHP_SELF']);
62 <title>
phpCAS simple client</title>
65 <h1>Successfull Authentication!</h1>
66 <?php require
'script_info.php' ?>
67 <p>the user
's login is <b><?php echo phpCAS::getUser(); ?></b>.</p> 68 <p>phpCAS version is <b><?php echo phpCAS::getVersion(); ?></b>.</p> 69 <p><a href="?logout=">Logout</a></p> 70 <p><a href="?session=">Kill local Session</a></p>
static logout($params="")
static renewAuthentication()
static setVerbose($verbose)
static setDebug($filename='')
static setNoCasServerValidation()
static client($server_version, $server_hostname, $server_port, $server_uri, $changeSessionID=true)