G
Guest
Hi Everybody,
I hope that someone can answer this questions for me. When somebody connects to a ASP.Net site, the site's DLL is loaded into memory. When throughout the user's browsing, will the DLL be removed from memory?
To make myself clearer, I'll explain what I need. I have developed a site that contains a static class. I use this class as a container for the session information of the user, once he's logged in. Now it seems that the information is stored correctly for a while and then the class is empty again. What I need to know is how long the DLL stays in memory and what are the parameters that affect its lifetime so that I know if my solution will or will now work.
Sami Samir
I hope that someone can answer this questions for me. When somebody connects to a ASP.Net site, the site's DLL is loaded into memory. When throughout the user's browsing, will the DLL be removed from memory?
To make myself clearer, I'll explain what I need. I have developed a site that contains a static class. I use this class as a container for the session information of the user, once he's logged in. Now it seems that the information is stored correctly for a while and then the class is empty again. What I need to know is how long the DLL stays in memory and what are the parameters that affect its lifetime so that I know if my solution will or will now work.
Sami Samir