Top "Stateserver" questions

StateServer is a session-state mode in ASP.

Unable to make the session state request to the session state server

Our site is currently having this problem. Basically it only happen when we click some particular links where it will …

asp.net session-state stateserver
Pros and Cons of using ASP.NET Session State Server (instead of InProc)?

Before I start using Session State server for the benefit of making session state more robust in my apps compared …

asp.net session stateserver session-state
SQLServer vs StateServer for ASP.NET Session State Performance

I'm studying for a MS certification and one of the practice tests I'm doing has a question where the point …

asp.net sql-server performance session stateserver
Why can't I share Session state between 2 web apps with StateServer? What am I missing?

I'm having trouble getting 2 identical ASP.NET MVC applications to share the same Session using a Session StateServer. The reason …

c# asp.net asp.net-mvc session stateserver
How to maintain the same session id across multiple web applications in ASP.NET

I have two identical applications setup on IIS on different virtual directories (I have done some workaround to ensure that …

asp.net session-state sessionid stateserver
Unable to make the session state request to the session state server?

I am trying to use State Server sessions. I have changed my Session state to the following: <sessionState mode="…

asp.net session web-hosting stateserver
Suddenly getting "Unable to make the session state request to the session state server"

The setup: 2 web servers and a seperate state server I have two production web servers in a load balanced configuration. …

asp.net session-state stateserver windows-update
ASP.NET Session Mix-up using StateServer (SCARY!)

We store two objects in session. Somehow, one of the objects from another user got loaded into a different user's …

asp.net security session iis-6 stateserver