session-state
Static asp.net session for all users
I developing a ASP.net 4.0 application, with a shoppingcart. The problem is that user 1 places something, and user 2 gets it also. How can it been session sharing...[详细]
2023-04-13 01:07 分类:问答Asp.net encrypt sqlConnectionString in sessionState
I am using sessionState mode = \"SQLServer\" in my a开发者_Go百科pplication. Is there any way to encrypt the connection string that was passed in web.config?To encrypt sql server connection between ap[详细]
2023-04-12 18:33 分类:问答ASP.Net - Maintaining session state and site security after authentication via API
I\'m working on the front-end of a web application and the login page so far basically contains a textbox for username, a textbox for password and a submit button.[详细]
2023-04-12 18:25 分类:问答.Net SessionID is changing on every request
I want to save basket data into the session, but I\'ve found that the session is not persisting. When I debugged the session, I realized that SessionID changes between requests.[详细]
2023-04-11 12:18 分类:问答Requests stuck in RequestAcquireState in IIS worker process
On 开发者_StackOverflow社区one of our production servers, occasionally requests get stuck in the RequestAquireState while in the session module. As it is an MVC request, it does not timeout, so we som[详细]
2023-04-11 10:21 分类:问答Why does ASP.NET access the State Server even when the page's EnableSessionState="False", but only for a VB.NET site, not a C# site?
Our website uses our own custom-built session state management separate from ASP.NET Session State. But because a handful of special pages use SQL Server Reporting Services, we also need to enable ASP[详细]
2023-04-11 05:28 分类:问答session variables for out of proc cause memory problems?
In my current asp.net application, i\'m storing the session variables in the SQL server. If you specify InProc, then the session is kept in the server memory, but for out of proc (in my case), the ses[详细]
2023-04-11 01:58 分类:问答What is the best approach of disconnected work after uploading new version of web Site?
We have in the company a asp.net website which has a pages that depends on a session. Every week we upload 2-3 times - a new version of the site.[详细]
2023-04-10 21:53 分类:问答What mechanisms are available for sharing session state in ASP.NET applications?
So we\'re scaling out our application to have two Web servers, and will most likely need four or five in the next year or so if all goes well.[详细]
2023-04-10 15:03 分类:问答SessionState not being preserved in Handlers [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Can I access session state from an HTTPModule?[详细]
2023-04-10 11:58 分类:问答