summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-sp/logout.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove php samples from the lasso repositoryChristophe Nowicki2005-01-251-145/+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-14/+32
| | | | | | | 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 ;(
* log viewer for the Service Provider and the Identity ProviderChristophe Nowicki2004-09-171-1/+0
| | | | | | added logger for in many files updated idp1 metadata, added .php extension added session viewer for the sp (you will be able to view online users)
* New logging system based on Pear::Log package.Christophe Nowicki2004-09-151-1/+3
| | | | | Every actions on the idp, sp will be logged inside the database, syslog a file.
* change header("Location $url\n\n") to header("Location $url\r\n\r\n")Christophe Nowicki2004-09-101-7/+4
|
* 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.
* SOAP request read problem fixedChristophe Nowicki2004-09-081-7/+31
| | | | SSO is now working much better
* IdP PHP : logout is workingChristophe Nowicki2004-09-071-3/+3
|
* new version of the PHP service provider made with the new Swig PHP bindingChristophe Nowicki2004-08-311-0/+104
|
* REmoved now useless binding files.Romain Chantereay2004-08-231-113/+0
| | | | See attic for more information.
* new setup systemChristophe Nowicki2004-08-201-3/+3
|
* logoutChristophe Nowicki2004-08-191-5/+45
|
* PHP Binding :Christophe Nowicki2004-08-191-2/+30
| | | | | | | Added lasso_profile_set_session_from_dump Now lasso_cast_to_profile take to different reources Sample SP : Logout in progress
* Service Provider written in PHP (login is working and logout will work soon ;0)Christophe Nowicki2004-08-181-0/+45