Subject: | The session logout method needs to be called during destruction |
If you make sure to always call $session->logout, this isn't a problem.
However, that's not always convenient. Should add a DESTROY method that
will make sure that logout is called when the session is dropped by the
garbage collector.