our web application frequently losses it\'s session state (user is being logged out very often). I predict that the reason of such behavior are some exceptions thrown and unhandled in side threads of
I\'m having some trouble with users losing session data whilst going through an application form. It appears that they\'re losing session state part way through application forms. (ASP.NET 4.0 WebForm
I\'ve recently been tasked with fixing a rather nasty bug resulting from the misuse of session state. We have an asp.net web application that runs on a single sever using inproc session state.The basi
We have an ASP.NET web site that uses SQL Server session state.The state is configured in Web.config like:
I\'m considering mov开发者_运维问答ing our web app session storage from In Proc to State Server.Can anybody give any figures as to the performance difference?I can\'t give you performance metrics but
I am rather new to MVC applications, and one thing I am trying to accomplish is enab开发者_JAVA百科ling or disabling stylesheets based on a Session value.
I have a handler, like this, using IRequiresSessionState: public class MyHandler : IHttpHandler, IRequiresSessionState
We\'re trying to find a way to change the sessionState\'s sqlConnectionString (in SQLServer mode) at runtime. We\'re implementing a fail over for our SQL server and we want to catch when the sessionSt
I\'ve created a web site with ASP.NET 2.0 and I\'m using a session variable to determine if a user has filled out an age verification form. Everything works as expected (I can read the session variabl
I\'m experiencing performance issues on my asp.net application. Sometimes it would take the client 30-40 seconds to execute a command, where as in sometimes it would take 3-4 seconds. I tried SQL Prof