phpCAS  version 1.4.0
Namespaces | Variables
example_service_POST.php File Reference

Go to the source code of this file.

Namespaces

 PhpCAS
 

Variables

if($_SERVER['REQUEST_METHOD'] !='POST') if(empty($_POST['favorite_color'])) print
 
 if (!isset( $_SESSION[ 'n']))
 

Detailed Description

Example for proxied service with session support and POST support

PHP Version 5

Definition in file example_service_POST.php.

Variable Documentation

◆ if

if(!isset($_SESSION['n']))

Definition at line 101 of file example_service_POST.php.

◆ print

if ( $_SERVER[ 'REQUEST_METHOD'] !='POST') if (empty( $_POST[ 'favorite_color'])) print
Examples:
example_service_POST.php.

Definition at line 81 of file example_service_POST.php.