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

Session: Remove useless session saving code.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2300 44740490-163a-0410-bde0-09ae8108e29a
parent a3e35a6c
No related branches found
No related tags found
No related merge requests found
...@@ -165,11 +165,6 @@ class SimpleSAML_Session { ...@@ -165,11 +165,6 @@ class SimpleSAML_Session {
/* Create a new session. */ /* Create a new session. */
self::$instance = new SimpleSAML_Session(); self::$instance = new SimpleSAML_Session();
/* Save the new session with the session handler. */
$sh = SimpleSAML_SessionHandler::getSessionHandler();
$sh->set('SimpleSAMLphp_SESSION', self::$instance);
return self::$instance; return self::$instance;
} }
......
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