Пример #1
0
 /**
  * Remove session
  */
 public function remove()
 {
     $sm = CalemSession::getSessionManager();
     $sm->remove($this->sid);
 }