lukeshafer / indigestion-cards

https://indigestioncards.com
6 stars 0 forks source link

Sessions are not persisting as long as they should #199

Closed lukeshafer closed 9 months ago

lukeshafer commented 9 months ago

Things to look at:

lukeshafer commented 9 months ago

Session cookies were being saved just for a session, instead of using the max-age property, for some reason. Using "expires" instead fixed it. Will re-merge into prod soon