diff options
| author | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-09-20 16:01:08 +0000 |
|---|---|---|
| committer | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-09-20 16:01:08 +0000 |
| commit | 63eda2109992301e9e033f66c5d6f4912b1d56f5 (patch) | |
| tree | bbb39e8845160a1d3047af1ea058467def2dc4e7 /php/Attic/examples/sample-sp/log_view.php | |
| parent | 4909ede99e0a938abdbb27305989f61938783c23 (diff) | |
| download | lasso-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/log_view.php')
| -rw-r--r-- | php/Attic/examples/sample-sp/log_view.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/Attic/examples/sample-sp/log_view.php b/php/Attic/examples/sample-sp/log_view.php index 68acc458..43384da4 100644 --- a/php/Attic/examples/sample-sp/log_view.php +++ b/php/Attic/examples/sample-sp/log_view.php @@ -1,6 +1,6 @@ <?php /* - * Identity Provider Example -- View log + * Service Provider Example -- View log * * Copyright (C) 2004 Entr'ouvert * http://lasso.entrouvert.org @@ -65,7 +65,7 @@ <html> <head> <head> - <title>Lasso Identity Provider Example : View Logs</title> + <title>Lasso Service Provider Example : View Logs</title> </head> <body> <br> |
