Skip to content
Snippets Groups Projects
Commit ab375dbf authored by Olav Morken's avatar Olav Morken
Browse files

SAML2:SP:AssertionConsumerService - Allow the AssertionConsumer to create new...

SAML2:SP:AssertionConsumerService - Allow the AssertionConsumer to create new sessions if the user arrives without a valid session.


git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@132 44740490-163a-0410-bde0-09ae8108e29a
parent 28c8274c
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,10 @@ require_once('SimpleSAML/XML/SAML20/AuthnRequest.php');
require_once('SimpleSAML/Bindings/SAML20/HTTPPost.php');
require_once('SimpleSAML/XHTML/Template.php');
$session = SimpleSAML_Session::getInstance();
/* Get the session object for the user. Create a new session if no session
* exists for this user.
*/
$session = SimpleSAML_Session::getInstance(TRUE);
$logger = new SimpleSAML_Logger();
......
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