Exemplo n.º 1
0
 /**
  * Destroy a session stored in DynamoDB
  *
  * Part of the standard PHP session handler interface
  *
  * @param string $id The session ID
  *
  * @return bool Whether or not the operation succeeded
  */
 public function destroy($id)
 {
     return $this->sessionHandler->destroy($id);
 }