Top "Session-variables" questions

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

How to go back to referer page in CakePHP after login

I have a problem on going back to referer page: first url: http://site.com/venue/apartments/1564/venue-name referer url: …

cakephp authentication login session-variables referrer
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
jsp:useBean scope

The JSP code is : <jsp:useBean id="person" class="org.example.model.PersonModel" scope="session"> </jsp:useBean&…

java jsp request session-variables usebean
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
how to access session in model asp.net mvc

How can I access to the session from the Model? I try to use: public IQueryable<EstudentsViewModel> GetEstudentsProjected(…

asp.net-mvc-3 session-variables
How do I save data on LocalStorage in Ruby on Rails 3.2.8?

I'm trying to save a variable called persistent_data. I usually use session[:persistent_data] or cookies[:persistent_data], but …

ruby-on-rails ruby html local-storage session-variables
Is it possible to store an array as flash data in Laravel?

I have been looking around for a way of doing this. I know it is possible to store an array …

php laravel session-variables
Testing a session variable in django

I came across Django Request.Session where, I know how to set and test it for a specific value. request.…

django session-variables django-sessions
PHP: Alternative to SESSIONS

I have a PHP application that relies on session variables quite a lot. After login the user get redirected to …

php global-variables session-variables tempdata
How to get session value asp.net core inside a view

I am trying to get session like this @HttpContext.Session.GetString("some"); But I am getting * An object reference is …

asp.net-mvc session-variables