Skip to content

Server Restart or Scale #579

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

Open
reesmanp opened this issue Sep 12, 2024 · 1 comment
Open

Server Restart or Scale #579

reesmanp opened this issue Sep 12, 2024 · 1 comment

Comments

@reesmanp
Copy link

From the looks of it, if the current server does not have the session it is looking for, then the callback will fail. The store for these sessions seems to live solely on the server. Could we get some sort of other storage implemented? I'd love to see using Redis as the store so it doesn't matter what server gets the callback.

@thirtified
Copy link

According to the docs gothic supports any store with a Gorillas Session Store interface. See Gorillas Session's list of Store implementations, e.g. rbcervilla/redisstore.

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

2 participants