Top "Session-state" questions

Session-state allows the retrieval of values for a given user as that user navigates through a website.

Why are there two incompatible session state types in ASP.NET?

I see two means of working with session data in ASP.NET MVC: System.Web.SessionState.HttpSessionState, available on HttpApplication …

.net asp.net asp.net-mvc-3 session-state
Invalid object name 'ASPState.dbo.ASPStateTempApplications' - Exception after renaming the ASPState Database

I have created new session database using the command (aspnet_regsql.exe -S -E -ssadd -sstype p) and it created …

asp.net session-state sql-session-state
How does Microsoft Azure handle Session State?

Does anyone have any information on how state is managed in Azure when you choose to have multiple instances? It …

azure session-state azure-web-roles
How could I read session state information in web.config

I configured session state in web.config. <sessionState cookieless="AutoDetect" timeout="5" sqlConnectionString="....."/> Now, I want to know timeout …

asp.net vb.net session web-config session-state
Replacing ASP.Net's session entirely

ASP.Net session appear perfect for a traditional WebForms app, but they do some things that are a serious problem …

asp.net session concurrency session-state
Sharing session state between 2 ASP.NET applications using SQL Server

I'm working on a site that has a requirement to share session between a cms application and an online store …

c# asp.net-3.5 session-state multiple-domains
Sharing SQL Server Session State across Web Applications

I'm setting up a very basic demo of SQL Server Session State, but am having some trouble getting it working. …

asp.net sql-server iis-7.5 session-variables session-state
Using cookies to store session in ASP MVC

Storing the entire session in a cookie has been standard in Rails for the last few years - is there …

asp.net-mvc session-state
dbo.TempGetStateItemExclusive3 called repeatedly

I am investigating a problem with our website that uses SQL server to manage sessions. The website is asp.net …

asp.net sql-server sitecore session-state
Oracle Apex Set values before moving to another page, Items are all null

I am trying to do the following: Anonymous user with a unique key enters a code and clicks 'Start Survey' …

oracle-apex session-state oracle-apex-5