From 09ddd1752f925c907bfcc9f7ddb1ba0277eb7650 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Tue, 16 Nov 2010 14:29:50 +0000 Subject: [PATCH] Session: Remove generation of SessionIndex. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2633 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Session.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php index 912d52be3..4a76ac18d 100644 --- a/lib/SimpleSAML/Session.php +++ b/lib/SimpleSAML/Session.php @@ -313,9 +313,6 @@ class SimpleSAML_Session { $this->sessionindex = $sessionindex; } public function getSessionIndex() { - if($this->sessionindex === NULL) { - $this->sessionindex = SimpleSAML_Utilities::generateID(); - } return $this->sessionindex; } public function setNameID($nameid) { -- GitLab