public function destroy($session_id) {
            return $this->Memcached->delete(sprintf("railpage:session=%d", $session_id));
        }