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 () {
//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;