-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remove Activerecord session store #798
Conversation
Can the temporary recommended fix be implemented instead? |
I tried that as well and received below after doing
Ok, just want to make sure theres no implications from crossing over to cookie store vs session store. Will this cause any hiccups with currently logged in users? After a fix is implemented, do you plan to switch back to session store? If this is a permanent switchover, you may consider removing the session table? |
There are only a handful of users who use the gids dashboard and if an upload fails they will most likely attempt to re-upload the CSV file. After this change has been out there and no issues have come up we will clean up the database |
Looks like #106 added the gem originally |
Ok sounds good. It looks like this post suggests some crossover solutions, but if only a handful of users will be logged out, it's not as high of a concern. You may want to send out a message to warn users though |
Description
GHSA-cvw2-xj8r-mjf7
Removing https://github.com/rails/activerecord-session_store as potential fix in that repo is taking a while to go out
And this is blocking #796
Original issue(s)
department-of-veterans-affairs/va.gov-team#0000
Testing done
Screenshots
Acceptance criteria
Definition of done