I have an object that I instantiate in the Gloabl.asax file on the SEssion_Start event.
Then I call a method which populates some properties of that object.
I need to access these properties in my app during the session.
Now I do not want to create Session level variables, or put cookies.
Is there a way I can access the properties of this object?
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.