Using Session Variables

This page uses the Hashtag Session Bucket.   The Hashtag Framework uses the PHP Global Variable $_SESSION to fill the Session Bucket.   PHP can be configured to handle session data and cookies in many ways, see PHP Session Handling.  
Note:  Hashtag Markup is shown below <# in bold #>.   The value generated by processing the Hashtag Markup, and applying any Variable Contexts, is injected into this HTML page after the ⇒ symbol.  
<#[session.test as html]#> ⇒ 

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.