public function doCloseSession($_)
 {
     if ($this->closeFlag) {
         $this->setCookie("", -1);
         $filename = "" . _hx_string_or_null($this->savePath) . _hx_string_or_null($this->sessionID) . ".sess";
         return ufront_core_SurpriseTools::tryCatchSurprise(array(new _hx_lambda(array(&$_, &$filename), "ufront_web_session_FileSession_5"), 'execute'), null, _hx_anonymous(array("fileName" => "FileSession.hx", "lineNumber" => 369, "className" => "ufront.web.session.FileSession", "methodName" => "doCloseSession")));
     } else {
         return ufront_core_SurpriseTools::success();
     }
 }