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
Update the usage of the express session in the backend to be ready for production. Some notes:
The text was updated successfully, but these errors were encountered:
If using connect-redis for storage, this requires resave to be false and recommends saveUnitialized to be false.
resave
false
saveUnitialized
Sorry, something went wrong.
Session name and secure cookies have been set. Will need dev ops help with setting up session storage such as Redis. So parking this for now.
Made a new issue just for session storage #82 , making a PR of the work done here.
gsproston-scottlogic
Successfully merging a pull request may close this issue.
Update the usage of the express session in the backend to be ready for production. Some notes:
The text was updated successfully, but these errors were encountered: