Skip to content
Snippets Groups Projects
Commit 7aa1a0fe authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Adding some documentation in the Session class. Also testing the Id svn...

Adding some documentation in the Session class. Also testing the Id svn keyword, to see if it works. I plan to add a new phpdoc header to all files, including versioning with Id

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@197 44740490-163a-0410-bde0-09ae8108e29a
parent d9b739c4
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,15 @@
/**
* SimpleSAMLphp
* The Session class holds information about a user session, and everything attached to it.
*
* PHP versions 4 and 5
*
* LICENSE: See the COPYING file included in this distribution.
* The session will have a duration, and validity, and also cache information about the different
* federation protocols, as Shibboleth and SAML 2.0. On the IdP side the Session class holds
* information about all the currently logged in SPs. This is used when the user initiate a
* Single-Log-Out.
*
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @version $Id$
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment