Top "Spring-session" questions

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

What is the default session timeout and how to configure it when using the Spring Session with Redis as the backend

My application currently use Spring Session together with Redis as the backend. I searched into the official documentation for Spring …

redis session-timeout spring-session
Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration

After adding 2 dependencies shown below to my application everything works fine my session data is written to my local redis …

spring-boot spring-data spring-session spring-data-redis
Error with cookie-value when adding a new Spring Session

In my Spring Boot 1.4 based application I use Spring Session to store session data in the database with JDBC. This …

java spring-boot spring-session
spring boot enable redis http session

I'm trying to use spring boots redis to store the sessions in it. When I follow their documentation, I always …

spring redis spring-session
Spring Security Preauthorization Filter On Zuul To Establish and Share Session

I'm on a dev team working on a large scale project that uses Spring-based microservices. We've recently discovered the Spring …

spring spring-security spring-cloud spring-session netflix-zuul
Spring-Session with JDBC configuration: Table 'test.spring_session' doesn't exist

I try to run this example but without using Redis, instead with my local MySQL server. I have edited this …

mysql jdbc spring-boot spring-session
Runtime error while running a Spring Session + Spring Boot application

I am trying to run this Spring Session example available here but, I've used Maven instead of Gradle. I get …

spring maven spring-boot spring-mvc-test spring-session
@EnableRedisHttpSession + Spring Boot ignoring server.session.timeout on application.yml

I have a project with Spring Boot 1.3.3 [another stuff] and Redis configurated to manage sessions, i.e., @EnableRedisHttpSession. The application …

spring-boot spring-session
How does the session scope of a bean work in a Spring MVC application?

I am pretty new in Spring MVC and I have a doubt about the session scope of a bean. Into …

java spring spring-mvc spring-session
Unable to start spring-boot application after configuring spring-session-data-redis

After configuring spring-session-data-redis in a demo spring-boot project, bootRun task fails with the following message: *************************** APPLICATION FAILED TO START *************************** Description: …

spring-boot spring-session