hi
in VS 2002 to create a session variable all i needed to do it declare it in the global.asax file and away we go. that doesnt seem to work in 2005, does anyone know why?
Thanks
You don't have to create a session variable in the global asax.. you can create it anywhere in code behind
Session("MyVar") = "This is my Session Variable")
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.