Session Logout Handler

This page demonstrates the Logout Handler provided by the Hashtag Framework.   Any request for /logout will result in the current session being destroyed.   An optional landing value can be set for a redirect URL.  
Processing this Hashtag Markup:
<?php hashtag_html_dump($_SESSION, 'Current Session'); ?>
Current Session: Array
(
)

Logout then return to this page   /logout?redirect=/sessions/logout

The Sessions section provides an introduction to Access Restriction with the Hashtag Markup Language.