Example #1
0
 /** 
  * PHP SessionHandlerInterface::destroy
  * @param string $session_id
  * @return boolean
  */
 public function destroy($session_id)
 {
     return $this->Memcached->delete(sprintf("railpage:session=%d", $session_id));
 }