Example #1
0
 public function destroy()
 {
     $this->storage->destroySession($this->id);
     $this->id = null;
 }