ok, so i have this class, and it holds information about my current user. what i want to know is how do i make it so that the object created for this class is avaliable to be used site wide, sort of like a session...
Thanks, JustinI think that you're oversimplifying the problem, which is going to lead to complexities here.
What is the purpose for which you need this feature?
You have several options, like adding the object to the Application variable, or creating a static class which will be available sitewide. However, each of these have different implications.
What about concurrent/multiple users?
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment