Removed and added a TODO comment.

This commit is contained in:
2009-08-21 01:39:46 +03:00
parent f50c5ccae7
commit 6ccbcb46a8

View File

@@ -92,8 +92,7 @@ class ActiveSession {
} }
function init () { function init () {
//TODO validate and init zynapse's session features $this->ini_setup(); // TODO get rid of the session settings, they don't seem to work
$this->ini_setup();
$this->validate(); $this->validate();
$this->id = session_id(); $this->id = session_id();
$this->started = true; $this->started = true;