We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected Behavior
Make it possible to customize the sessionId instead of the UUID.
Current Behavior
hazelcast-session, for example, use UUID as sessionId, cannot override or customize.
① let final class HazelcastSession to public
final class HazelcastSession
public
spring-session/spring-session-hazelcast/src/main/java/org/springframework/session/hazelcast/HazelcastIndexedSessionRepository.java
Line 358 in 3ead793
② extract MapSession cached = new MapSession(); to method can be override
MapSession cached = new MapSession();
Lines 247 to 253 in 3ead793
The text was updated successfully, but these errors were encountered:
Provide Session Id Generation Strategy #2251
Sorry, something went wrong.
I think it's duplication of #2258
Hi @trydofor, thanks for the report.
This is a duplicate of #11, we are aiming to get this feature for 3.1. Please subscribe to that issue for any updates.
marcusdacoregio
No branches or pull requests
Expected Behavior
Make it possible to customize the sessionId instead of the UUID.
Current Behavior
hazelcast-session, for example, use UUID as sessionId, cannot override or customize.
① let
final class HazelcastSession
topublic
spring-session/spring-session-hazelcast/src/main/java/org/springframework/session/hazelcast/HazelcastIndexedSessionRepository.java
Line 358 in 3ead793
② extract
MapSession cached = new MapSession();
to method can be overridespring-session/spring-session-hazelcast/src/main/java/org/springframework/session/hazelcast/HazelcastIndexedSessionRepository.java
Lines 247 to 253 in 3ead793
The text was updated successfully, but these errors were encountered: