Exemplo n.º 1
0
 /**
  * Close and save the session
  * @return bool true if the session is active
  */
 private function save_session()
 {
     $res = $this->session->is_active();
     Hm_Page_Cache::save($this->session);
     $this->session->end();
     return $res;
 }
Exemplo n.º 2
0
 public function process()
 {
     Hm_Page_Cache::save($this->session);
     $this->session->close_early();
 }