HttpContext.Current.Session["varName"]="value"
On Wed, Nov 17, 2010 at 6:30 PM, Tedsby <[email protected]> wrote: > Does anyone have an example of how to create a session variable in the > Session_OnStart method and save this in the global.asax file? This is > for use in a retail web site.
