Skip to content
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

when and where the cookie will be reset when server restart #87

Open
gokusleepy2 opened this issue Mar 15, 2017 · 0 comments
Open

when and where the cookie will be reset when server restart #87

gokusleepy2 opened this issue Mar 15, 2017 · 0 comments

Comments

@gokusleepy2
Copy link

gokusleepy2 commented Mar 15, 2017

I want to migrate the session data from the cookies to the redis. I decode and get the session data from cookie, then I store it with the key of session_id at redis. But, when the server restart under the config of redis_session_store, the cookie is reset by a new session_id。I don't know when and where the cookie was reset. How to keep the resetting cookie with the same session_id?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant