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

[PRIORITY] Session optimization #4646

Open
AlexTr opened this issue Feb 22, 2024 · 0 comments
Open

[PRIORITY] Session optimization #4646

AlexTr opened this issue Feb 22, 2024 · 0 comments
Assignees
Milestone

Comments

@AlexTr
Copy link
Contributor

AlexTr commented Feb 22, 2024

Now session cookie expiration date is renewed upon each page access, as the result 'set-cookie' header is send with each page response.
The possible fixes would be
a) if remember me is set, then set cookie for a month or so and don't update expiration time
b) if remember me is set, then set cookie for 50years expiration date, then track real cookie expiration date in session DB table

@AlexTr AlexTr added this to the 14.0.0-A4 milestone Feb 22, 2024
@AlexTr AlexTr self-assigned this Feb 22, 2024
@AlexTr AlexTr modified the milestones: 14.0.0-B1, 14.0.0-B2 May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant