Top "Session-management" questions

Use tag when there are questions specific to session management in any domain (web, mobile, etc)

Python Module for Session Management

Is there any equivalent module for session management like Perl's CGI::Session or Apache::Session ? (I know most python web …

python python-module session-management
How to store spring security session information in redis?

I am using Spring security for Authentication and Authorization in my application. I am using Neo4j database as backend …

spring-security redis session-management
What's the difference between the different Magento session types

I looking for some information about the difference of the different session types available in Magento. There's a core session, …

session magento session-management
Spring concurrent session control not working, user can login multiple times

I use Spring 3.2 and Spring-security 3.1 along with jsf + primefaces and hibernate4 on Tomcat7 I wanted to add a concurrency control …

java authentication spring-security session-management