the global asax file gets compiled into a dll at run time which is available
to any peice of code within that application, you don't need to use session,
session may not be available anyway.
Simply treat the global object as if it were an ordinary object and create a
new object then access what ever variables you want to or better yet, make
these variables static so you won't have to instantiate in your code behind.
"mark" <cng...@hotmail.com> wrote in message
news:#KArJswJ...@TK2MSFTNGP12.phx.gbl...