I'm still somewhat new to ASP.NET development and could use some help. On the website, I am storing a "loggedin" flag in a session variable that is checked in the masterpage and redirects to the login page if necessary. Whenever I upload new or modified pages or classes to the site, it boots everyone that is using it. I'm assuming it has to do with the fact that the site needs to recompile. I am not using a precompiled website.
What are the best practices for handling this? Or is this just how it works? Should something besides a session variable be used? Too many people use the site to inform them that it will be "reset" at a certain time.
Our architect is currently comprising a schema using the CSLA framework principals, etc, but it won't be ready for months. I'm also not convinced that it won't suffer the same effects, but we'll see.
We're just looking for something to get us by for now. Any pointers would be greatly appreciated.
Thanks!
Mark
What are the best practices for handling this? Or is this just how it works? Should something besides a session variable be used? Too many people use the site to inform them that it will be "reset" at a certain time.
Our architect is currently comprising a schema using the CSLA framework principals, etc, but it won't be ready for months. I'm also not convinced that it won't suffer the same effects, but we'll see.
We're just looking for something to get us by for now. Any pointers would be greatly appreciated.
Thanks!
Mark