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
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
Is anybody u开发者_运维知识库sing Windows AppFabric Server for out of process state management?
I am noticing that the StateServer service only grows in memory usage. When a user logs out the session is ended with:
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
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.
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
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.
I want to implement Asynchronus File 开发者_开发百科Upload. I\'ve tried ajax:AsyncFileUpload control. It\'s working fine only with InProc Mode.
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