Top "Spring-session" questions

Spring Session provides a common infrastructure for managing user’s session information.

Is it possible to use Spring Boot session without Redis?

Looking at the Spring Boot docs I only found examples to use session with Redis, Is it possible to use …

spring spring-boot spring-session
How to use Spring Boot authentication with Redis session

I'm trying to learn Spring Boot by writing a simple REST application that would log users in (POST /login) and …

spring spring-boot redis spring-session
Spring Zuul API Gateway with Spring Session / Redis Authenticate and Route in same Request

I have been really been searching high and low for the last few days on how to do this and …

spring-security spring-cloud spring-session
Spring session with redis - how to mock it in integration tests?

So, Im using spring session in my project. How to write integration tests in project using it? Should I mock …

spring spring-session
Spring Session Redis serializer SerializationException

In an attempt to externalize tomcat session for my existing application I am trying the Spring Session Redis solution. After …

spring tomcat redis spring-session
How to configure spring-session with spring-boot WITHOUT Redis and without auto configuration to use another db store

I would like to utilize spring-boot + spring-session WITHOUT Redis but use dynamodb as the sessionRepository implementation. All of the examples …

configuration spring-session
Authentication Principal is empty while using Spring Session Redis

I am building rest API using Spring Boot v1.3.3. API is secured by Spring Security. I have implemented custom user …

java spring spring-security redis spring-session