You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
We are using spring session along with redis (jedis) with spring mvc xml configuration for storing user sessions in redis.
We have more than 20 applications servers for now we are going with default spring session UUID strategy
Is there any chance of UUID /session mix up in case of heavy load?
Also please suggest me a way to override the MAPSESSION class to override the UUID and append some extra counters to make sure that SESSION id is always uniquer per user.
Note: As of now we are using spring session 1.3.5 released session id are always unique.
The text was updated successfully, but these errors were encountered:
Hi Team,
We are using spring session along with redis (jedis) with spring mvc xml configuration for storing user sessions in redis.
We have more than 20 applications servers for now we are going with default spring session UUID strategy
Is there any chance of UUID /session mix up in case of heavy load?
Also please suggest me a way to override the MAPSESSION class to override the UUID and append some extra counters to make sure that SESSION id is always uniquer per user.
Note: As of now we are using spring session 1.3.5 released session id are always unique.
The text was updated successfully, but these errors were encountered: