logout() public method

This method is called on $session->logout Implementations can use it to close database connections and similar.
public logout ( )
 /**
  * {@inheritDoc}
  */
 public function logout()
 {
     $this->transport->logout();
 }