Top "Session-variables" questions

Session variable is a unit of information within a session state.

Problem with session attributes in JSP EL using Spring MVC

I'm trying to show a session attribute "userSession" in a jsp page using JSP EL, but it returns null (case 1). …

jsp spring-mvc jstl session-variables el
Session Variables: How much data is too much?

I've only seen examples of session variables being used to store small amounts of data, like a single user id. …

php mysql session-variables
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
codeigniter sess_destroy() not working properly,what m i doing wrong?

I am a newbie in codeigniter. I am using an an login form to login as an admin. When the …

session-variables codeigniter-2
How can I check to see if the user is anonymous or logged in from javascript?

I would like to determine whether or not the user is logged in or if they're just anonymous from javascript... …

javascript authentication session-variables
Turning a boolean into session variable

Any ideas on how to turn "edible" in the code into a session to display as a label on a …

c# asp.net visual-studio-2010 boolean session-variables
Controller SessionStateBehavior is ReadOnly and I can update Session Variable

I expect that if controller has attribute SessionStateBehavior.ReadOnly then I can't change session variables inside this controller but I …

asp.net asp.net-mvc session-variables
session variables timeout in asp.net app

In my web app I'm using some session variables, which are set when I login: e.g. Session("user_id") = …

asp.net session-variables session-timeout
Web authentication state - Session vs Cookie?

What's the best way to authenticate and track user authentication state from page to page? Some say session state, some …

asp.net security authentication cookies session-variables
Static fields vs Session variables

So far I've been using Session to pass some variables from one page to another. For instance user role. When …

c# asp.net .net session-variables static-members