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...
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
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.
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.
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
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
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
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.
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.
This question already has answers here: Closed 11 years ago. Possible Duplicate: Can I access session state from an HTTPModule?