summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-sp/admin_user.php
diff options
context:
space:
mode:
authorChristophe Nowicki <cnowicki@easter-eggs.com>2004-09-20 16:01:08 +0000
committerChristophe Nowicki <cnowicki@easter-eggs.com>2004-09-20 16:01:08 +0000
commit63eda2109992301e9e033f66c5d6f4912b1d56f5 (patch)
treebbb39e8845160a1d3047af1ea058467def2dc4e7 /php/Attic/examples/sample-sp/admin_user.php
parent4909ede99e0a938abdbb27305989f61938783c23 (diff)
downloadlasso-63eda2109992301e9e033f66c5d6f4912b1d56f5.tar.gz
lasso-63eda2109992301e9e033f66c5d6f4912b1d56f5.tar.xz
lasso-63eda2109992301e9e033f66c5d6f4912b1d56f5.zip
PHP session are now stored in the database
A now table was added 'sso_session' for storing information about the PHP Session, it's possible to view logged user Logout destroy the PHP session in the IdP Bug : user can't sso twice ;(
Diffstat (limited to 'php/Attic/examples/sample-sp/admin_user.php')
-rw-r--r--php/Attic/examples/sample-sp/admin_user.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/php/Attic/examples/sample-sp/admin_user.php b/php/Attic/examples/sample-sp/admin_user.php
index 82d828bd..30efe3c6 100644
--- a/php/Attic/examples/sample-sp/admin_user.php
+++ b/php/Attic/examples/sample-sp/admin_user.php
@@ -153,6 +153,13 @@
</tfoot>
</table>
+<br>
+<p align='center'><a href='index.php'>Index</a>
+</p>
+
+<br>
+<p>Copyright &copy; 2004 Entr'ouvert</p>
+
</body>
</html>