python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
why spring redis session 'touch' method called in 'cleanExpiredSessions' method can clean expired session
i am chinese,My English is so poor,I try my best to describe my problem clearly
I recently learned about the spring redis session cleaning mechanism,the clean method is 'cleanExpiredSessions' in Redis...
gaoxinxin
Votes: 0
Answers: 1
Cannot prevent Multiple sessions for same user in spring security + redis
I am using spring security 5.6.0 with spring session data redis 2.6.0, spring boot 2.6.1.
I am trying to prevent concurrent logins for the same user. But it does not logs out the previous login instan...
Umang Desai
Votes: 0
Answers: 0
Spring Session (Redis) + Oauth2 + Spring Cloud Gateway fails when restarting application if session already exists
Version
Spring Boot Version: 2.6.5
Spring Cloud Version: 2021.0.0
The application built has the following characteristics:
It is a reactive application (Reactor + WebFlux)
It is an Oauth2 Client Ap...
Jorge Fiallega
Votes: 0
Answers: 1
What does requestedSessionCached do, and under what circumstances does it become true
I've been learning on SpringSession source code, I found that in SessionRepositoryRequestWrapper class contains a Boolean value: RequestedSessionCached, which is used in the getRequestedSession method...

Ares' hand
Votes: 0
Answers: 1