Top "Session-state" questions

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

Why Can WebMethod Access Session State Without EnableSessionState?

I have a method on a page marked as a [WebMethod] that uses some session state as part of its …

asp.net webforms asmx session-state webmethod
IsPostBack always returns false

I've encountered a weird problem. Everytime I refresh the page, IsPostBack is false. To make sure nothing in my contents …

asp.net postback session-state asp.net-4.0 ispostback
SignalR doesn't use Session on server

When I try to access the HttpContext current session from the HUB it returns null. I tried making use of …

c# asp.net signalr session-state signalr-hub
What are the benefits of a stateless web application?

It seems some web architects aim to have a stateless web application. Does that mean basically not storing user sessions? …

session session-state session-variables stateless
Global.asax event that has access to session state

I'm trying to access the session state in my global.asax for every request (page, documents, PDF, etc.). I know …

asp.net session-state global-asax
ASP.NET 5 (Core): How to store objects in session-cache (ISession)?

I am writing an ASP.NET 5 MVC 6 (Core) application. Now I came to a point where I need to store (…

c# type-conversion bytearray asp.net-core session-state
ASP.NET Masters: What are the advantages / disadvantages of using Session variables?

I've done a search on this subject already, and have found the same data over and over-- a review of …

asp.net session iis session-state
PHP session HTTP to HTTPS problem

I have a (HTTPS) login.php page which remains HTTPS (ie once user logged in goes to account dashboard). Now …

php http https session-state
serializing session state in asp.net

I'm trying to store session state in SQL instead of InProc in our nopcommerce 1.9 install. When I make the requisite …

c# asp.net serialization session-state nopcommerce
Suddenly getting "Unable to make the session state request to the session state server"

The setup: 2 web servers and a seperate state server I have two production web servers in a load balanced configuration. …

asp.net session-state stateserver windows-update