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

Allow changes to cookie options on the fly #9

Open
rlipscombe opened this issue Jan 27, 2023 · 0 comments
Open

Allow changes to cookie options on the fly #9

rlipscombe opened this issue Jan 27, 2023 · 0 comments

Comments

@rlipscombe
Copy link
Owner

Anonymous sessions should probably be ephemeral. But if you want "remember me" to work, you're gonna need to update the expiry on the cookie (and in the db).

rlipscombe added a commit that referenced this issue Jan 27, 2023
By setting the cookie at the end of the processing, we make it easier to
modify the cookie options, replace the ID, etc.

Addresses (but does not fix) issues #2, #6, #9.
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