-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Hi,
currently, when a RedisSession is created (inside RedisOperationsSessionRepository), its ID is set to a randomly picked UUID. I don't see a way to set a custom session ID afterwards (like we can do in MapSession.setId()), and class itself is package private and final, so it cannot be extended. Is there any way this can be done?
I see issues #11 and #204 are somewhat related to this.
Thanks