Top "Session-variables" questions

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

Where are session variables stored in Rails?

hard disk, main memory or somewhere else. I am not asking for the case where these are stored in database.

ruby-on-rails session-variables
Where I should declare a session variable in asp.net

I am building a Asp.net Application. I need to save a HashTable in a session. At page load i …

c# .net asp.net session session-variables
Shopping cart persistence: $_SESSION or browser cookie?

On an e-commerce site with no username/login to persist cart data, would it be better to use the PHP $_…

php cookies session-variables
Cannot cast from Object to boolean

This is the error I am receiving, org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred …

java jsp servlets session-variables
Accessing session attributes in Thymeleaf templates

I would like to know whether is it possile to retrieve the session object and access its attributes from a …

spring session-variables thymeleaf
echo user in view from sessions code igniter

I am new in codeigniter. I have implemented a simple login system. I want to print out a username on …

php codeigniter session session-variables loginview
I am confused about how to use @SessionAttributes

I am trying to understand architecture of Spring MVC. However, I am completely confused by behavior of @SessionAttributes. Please look …

spring spring-mvc session-variables
MySQL Delete Session Variable

SITUATION: MySQL query uses value, delivered from outside. This is done by declaring and initializing a session variable, that remains …

mysql session-variables
Session variable value is getting null in ASP.NET Core

I am setting a session variable in one method and trying to get the session variable value from the another …

session asp.net-core asp.net-core-mvc session-variables
Why HttpContext.Current.Session is null in Global.asax?

I'm using VS2010 and created a simple asp. web forms application, using Development Server to test it. I try to …

asp.net session-variables global-asax