id = $id; } ## put_id(): ## ## Stop using the current session id (unset cookie, ...) and ## abandon a session. function put_id() { ; } ## ## Initialization ## function start($sid = "") { $this->get_id($sid); if(!isset($this->cookiename)) { $this->cookiename=""; }; $this->name = $this->cookiename == "" ? $this->classname : $this->cookiename; $name = $this->that_class; $this->that = new $name; $this->that->ac_start(); $this->thaw(); } } ?>