Top "Session-state" questions

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

How can I disable session state in ASP.NET MVC?

I would like to have a very lightweight ASP.NET MVC site which includes removing as many of the usual …

asp.net-mvc session-state tempdata
Enabling Session State in SharePoint 2010?

I have a web service built for SharePoint 2007 that I am trying to port to SharePoint 2010. This web service is …

c# .net session-state sharepoint-2010 session-variables
IE11 does not send session cookie when a link targeting a new tab is clicked (on first request)

I am having some trouble holding onto session when opening an initial new tab (target _blank) from IE11. When I …

cookies session-state internet-explorer-11
Android Login Activity and Home Activity redirection

I am managing the session using shared preference in my application. If the user is logged in it must show …

android login session-state
Requests hanging on Session module on IIS 7.5

From time to time, some requests on my website starts to hang on the RequestAcquireState state of the Session module. …

asp.net timeout iis-7.5 httprequest session-state
Allowing Session in a Web Farm? Is StateServer Good Enough?

First of all to give you a bit of background on the current environment. We have a number of ASP.…

asp.net session-state web-farm
Using jQuery to store the state of a complicated form

I have a rather complicated form with many "steps" in it that are filled in by the user. Some steps (…

jquery forms session-state
Rails 3 additional session configuration options (key, expires_after, secure)

Can someone point out what the new Rails 3.x session configuration options are? I'm trying to duplicate the same configuration …

ruby-on-rails ruby ruby-on-rails-3 session-state session-variables
Enable / disable session state per controller / action method

We are building an ASP.NET MVC application which will be deployed behind a hardware load balancer that supports, among …

asp.net-mvc caching session-state zeus
How to maintain the same session id across multiple web applications in ASP.NET

I have two identical applications setup on IIS on different virtual directories (I have done some workaround to ensure that …

asp.net session-state sessionid stateserver