Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • you sir, are a genius!! ps. remember the session db bit or the server will run out of memory Commented May 29, 2018 at 22:03
  • I dont like the idea of modifying my whole application for this one page though, I prefer the cookie idea Commented May 29, 2018 at 22:48
  • Just pray your app pool doesn't recycle during those 8 hours. Probably not a great design if you ever need to be able to restart your services. Commented May 29, 2018 at 22:55
  • Memory is cheap. The redis session state provider works quite well. Commented May 30, 2018 at 4:09
  • Yeah, I don't think I will go with this solution Commented May 30, 2018 at 15:06