user32570680 · Stack Overflow

Best practices

0 votes

0 replies

133 views

SpringBoot solution for session metrics

We have noticed that the following Tomcat session metrics are no longer being tracked after adding the org.springframework.session:spring-session-data-redis dependency : ...

  • reputation score 1

Score of 0

1 answer

185 views

Spring Boot session not saving to SPRING_SESSION table

Spring seems to be creating a session, and saving my session variable in memory. But when I check the SPRING_SESSION (and SPRING_SESSION_ATTRIBUTES) table(s), there is never an entry. pom.xml ...

  • reputation score 116

Score of 1

0 answers

105 views

Share Spring Session between Spring MVC and WebFlux apps via Redis

I'm trying to share the HTTP session between a Spring MVC (Servlet-based) application and a Spring WebFlux application using Spring Session backed by Redis. What I'm trying to achieve: A user ...

  • reputation score 139

Score of 0

0 answers

149 views

Session management in spring-oauth2-authorization-server

I am developing an application that consists of a gateway as a oauth2-client and an authorization server. I do not quite understand, based on what information, the session timeout for these services ...

  • reputation score 23

Read the original on stackoverflow.com ↗