|
-
May 23rd, 2005, 01:21 PM
#1
Thread Starter
Hyperactive Member
how to declare an object to make it dispoible in the whole session ?
Is it possible to declare an object (myObject) in a way that makes it dispoible for a whole session, without being forced to declare it in each object where I want to use myObject like this:
Public myObject As myClass = HttpContext.Current.Session("myObject ")
Thank you very much for any advice!
Fabian
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|