We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @savsgio, I noticed that when we use the MYSQL provider the table gets dropped on initialization ( https://github.com/fasthttp/session/blob/master/providers/mysql/provider.go#L13 ).
So it's not possible to save session data in case of a server crash, I'm wondering if this is a design choice?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @Fenny,
Sorry for delayed answer.
It's a bug, maybe could be added a flag in the provider config (MySQL, Postgre and Sqlite3) to reset or not the session table when starts.
Could you make the PR, please.
Sorry, something went wrong.
No branches or pull requests
Hi @savsgio, I noticed that when we use the MYSQL provider the table gets dropped on initialization ( https://github.com/fasthttp/session/blob/master/providers/mysql/provider.go#L13 ).
So it's not possible to save session data in case of a server crash, I'm wondering if this is a design choice?
Thank you!
The text was updated successfully, but these errors were encountered: