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

Use Rails' built-in mem_cache_store session store #1021

Open
mvz opened this issue Oct 8, 2021 · 0 comments
Open

Use Rails' built-in mem_cache_store session store #1021

mvz opened this issue Oct 8, 2021 · 0 comments

Comments

@mvz
Copy link
Member

mvz commented Oct 8, 2021

Using the database store means having to run a clean-up job regularly. Using mem_cache_store instead will reduce the number of dependencies and avoid this extra clean-up.

We'll have to somehow clear out the old sessions table when this change is made.

Using this will also avoid our demo site from having its database write access revoked.

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