Show All Cookie Variables

This page uses the reserved Hashtag Bucket - Cookie.   The Cookie Bucket uses HTTP Cookies to store and retrieve values.   This page uses the PHP Super Global $_COOKIE, and Hashtag Framework PHP Functions to show all Cookies sent with the Request.  
Processing this Hashtag Markup:
<?php hashtag_html_dump($_COOKIE); ?>
Array
(
)



The Hashtag Markup Language provides many methods for setting variable values, and using them later.

Variable Buckets can hold many values, processed together.   Variable Contexts enable safe injection anywhere.