una icon indicating copy to clipboard operation
una copied to clipboard

[PRIORITY] Session optimization

Open AlexTr opened this issue 1 year ago • 0 comments

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 avatar Feb 22 '24 10:02 AlexTr