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;