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/assertionConsumer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php/Attic/examples/sample-sp/assertionConsumer.php') diff --git a/php/Attic/examples/sample-sp/assertionConsumer.php b/php/Attic/examples/sample-sp/assertionConsumer.php index 1413fd59..5de00e98 100644 --- a/php/Attic/examples/sample-sp/assertionConsumer.php +++ b/php/Attic/examples/sample-sp/assertionConsumer.php @@ -128,7 +128,7 @@ $_SESSION["session_dump"] = $session->dump(); $_SESSION["user_id"] = $user_id; - $url = "index.php?SID=". $SID; + $url = "index.php"; } else { @@ -166,7 +166,7 @@ $_SESSION["session_dump"] = $session->dump(); $_SESSION["user_id"] = $user_id; - $url = "register.php?SID=". $SID; + $url = "register.php"; } // Update last_login -- cgit