Top "Session-state" questions

Session-state allows the retrieval of values for a given user as that user navigates through a website.

Why does my tempdb reset permissions when the server is rebooted?

The past two times we have rebooted our sql server, our website has gone down. The reason appears to be …

asp.net sql-server-2005 permissions session-state tempdb
ASP.NET MVC 5 concurrent requests are queued even with disabled Session

Before thinking about downvoting or telling me "google it", please read the problem more carefully. This is old/classic problem …

asp.net-mvc multithreading concurrency asp.net-mvc-5 session-state
A non-locking in-process ASP.NET session state store

I'm using ASP.NET's in-process session state store. It locks access to a session exclusively, and which means concurrent requests …

asp.net session session-state
IRequiresSessionState vs IReadOnlySessionState

What is the difference between IRequiresSessionState and IReadOnlySessionState beside the inability of the second to save changes to the session …

c# asp.net session-state httphandler
Writing to a read only session in MVC 3+

I've come across a curious behaviour of ASP sessions. You can force a controller to be outside of the user's …

asp.net-mvc asp.net-mvc-3 session session-state
Web API Service - How to make the requests at the server to be executed concurrently

I am using a WebApi rest service controller, hosted by IIS 7.5, as i understood from this post: Are all the …

c# asp.net-mvc multithreading asp.net-web-api session-state
choose between asp identity claims and sessions data

I am trying to make a choice between storing user specific data in my MVC application either as identity claims …

asp.net-mvc session-cookies session-state claims-based-identity cookie-session