G
Guest
Hi.
I am developing an ASP.NET application. I have several classes that I
developed that store user information and certain things that they do while
working with the application.
All those classes need to be available from the time user signs in to the
application and until user logs out. Also, they need to be local to the
user who is logged in to the current session. How should I create those
object instances so they are local to the user and seen from any page within
the application? Thanks for the help.
I am developing an ASP.NET application. I have several classes that I
developed that store user information and certain things that they do while
working with the application.
All those classes need to be available from the time user signs in to the
application and until user logs out. Also, they need to be local to the
user who is logged in to the current session. How should I create those
object instances so they are local to the user and seen from any page within
the application? Thanks for the help.