-
Notifications
You must be signed in to change notification settings - Fork 1.1k
How can I extend the save method in the RedisSessionRepository? #2179
New issue
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
Comments
Same here. I need to adjust Format of the Session in Redis (Json instead of Hash) the session is stored. This can be achived for UserDetails etc. but not the Core Session Data itself. |
Hi @ohHyunJae, can you give us an example of the data that you are trying to add to the session? Did you try to set them in the |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
When I save a session with redis,
I'd like to add custom data.
So I decided to expand.
But I can't. The access modifier for RedisSession is 'default'.
So I can't extend the save method of RedisSessionRepository.
Is there any other way Or is there an expandable class?
The text was updated successfully, but these errors were encountered: