stateserver
Session Management in ASP .NET
Just had a question about session management within ASP .NET.I have looked at the 3 options within IIS (开发者_JAVA百科InProc, StateServer and SQL Server) and am having issues deploying session persis[详细]
2023-03-26 19:03 分类:问答Sharing ASP.NET SessionState between 2 apps with a StateServer shares the same SessionID but not key values, why?
I\'m guetting out of ideas. I\'m trying to use the same SessionState between two .Net 4 apps running under the same application pool and using mode=\"StateServer\". I did a test on both app and I have[详细]
2023-03-24 05:32 分类:问答AppFabric velocity as a state server
Is anybody u开发者_运维知识库sing Windows AppFabric Server for out of process state management?[详细]
2023-02-17 02:58 分类:问答Should StateServer (aspnet_state.exe) release RAM when a session ends?
I am noticing that the StateServer service only grows in memory usage. When a user logs out the session is ended with:[详细]
2023-01-13 19:04 分类:问答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 I\'m trying to do this is we will eventually be deploying this app ac[详细]
2023-01-07 22:00 分类:问答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 robustin my apps compared to InPr开发者_Go百科oc state, I\'d like to find a list of Pros and Cons for evaluation.[详细]
2022-12-28 18:00 分类:问答Why am I losing sessions when running in StateServer mode?
I have checked the servers (Win Server 2003) application event logs for the following problem http://support.microsoft.com/kb/308097 which doesn\'t show up. It just appears that sessions drop randomly[详细]
2022-12-28 10:35 分类:问答Two versions of same asp.net app using same server as stateserver - bad?
We have 2 production web servers for our web app, load balanced to handle lots of traffic. We also have a similar setup for testing.[详细]
2022-12-27 17:29 分类:问答Asynchronus File Upload with StateServer Mode
I want to implement Asynchronus File 开发者_开发百科Upload. I\'ve tried ajax:AsyncFileUpload control. It\'s working fine only with InProc Mode.[详细]
2022-12-11 19:08 分类:问答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 session. The user should have had no access to this particular data, and as soon as t[详细]
2022-12-09 16:02 分类:问答