From 6ccbcb46a837bb9fd60cfa46759fc231e47dc084 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 21 Aug 2009 01:39:46 +0300 Subject: [PATCH] Removed and added a TODO comment. --- vendor/zynapse/active_session.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vendor/zynapse/active_session.php b/vendor/zynapse/active_session.php index 9d64e23..e43fc71 100644 --- a/vendor/zynapse/active_session.php +++ b/vendor/zynapse/active_session.php @@ -92,8 +92,7 @@ class ActiveSession { } function init () { - //TODO validate and init zynapse's session features - $this->ini_setup(); + $this->ini_setup(); // TODO get rid of the session settings, they don't seem to work $this->validate(); $this->id = session_id(); $this->started = true;