Closed
Description
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
② extract MapSession cached = new MapSession();
to method can be override
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
trydofor commentedon Mar 28, 2023
Provide Session Id Generation Strategy #2251
quaff commentedon Mar 29, 2023
I think it's duplication of #2258
marcusdacoregio commentedon Apr 3, 2023
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.