Saving Session Variables
ASPAlliance Article: Session Variables - Saving with XML
Abstract
When developing web sites there are many times that session state has to be saved between pages. Here is a way to store all of your session variables in a single string and give access to all variables across all pages.
Comments