From 8976ed87f59de26aa31ce8bc471d49614bfbe008 Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Mon, 13 Sep 2004 12:32:31 +0000 Subject: split source code of singleSignOn.php in many functions added support for http basic authentification remove useless "?SID=" values --- php/Attic/examples/sample-sp/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'php/Attic/examples/sample-sp/index.php') diff --git a/php/Attic/examples/sample-sp/index.php b/php/Attic/examples/sample-sp/index.php index c7b2d39b..700198f4 100644 --- a/php/Attic/examples/sample-sp/index.php +++ b/php/Attic/examples/sample-sp/index.php @@ -52,10 +52,7 @@ You can get more informations about Lasso at
require_once 'DB.php'; - if (!empty($_GET['SID'])) - session_start($_GET['SID']); - else - session_start(); + session_start(); lasso_init(); @@ -90,7 +87,7 @@ You can get more informations about Lasso at
- Logout! + Logout! -- cgit