summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-idp/logout.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove php samples from the lasso repositoryChristophe Nowicki2005-01-251-55/+0
| | | | | | | | I'm still working on it. I will release an independant Pear package for Lasso 0.6. The pear package repository is here: https://meuh.dyndns.org/cgi-bin/viewcvs.cgi/lasso_pear/
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-1/+1
|
* PHP session are now stored in the databaseChristophe Nowicki2004-09-201-2/+6
| | | | | | | 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 ;(
* New logging system with a web interface.Christophe Nowicki2004-09-161-0/+14
|
* change header("Location $url\n\n") to header("Location $url\r\n\r\n")Christophe Nowicki2004-09-101-1/+1
|
* Use header("Location: $url\n\n") instead of header("Location: $url")Christophe Nowicki2004-09-101-1/+2
| | | | | | Secure every SQL query with the quoteSmart methode. Completely rewrite singleSignOn.php, now the code is more easy to understand and more clean.
* PHP Idp Sample :Christophe Nowicki2004-09-061-0/+36
- form for creating metadata - sso support - small README with installation instruction