Closed joshuabach closed 1 year ago
Others have observed the same difference in behaviour from Firefox desktop and mobile regarding expiry of session cookies.
Solution is to explicitly set a timetout, since deleting session cookies on exit is perfectly valid browser behaviour.
On Firefox for Android (and possibly on other browsers), login expires pretty quickly, while on Firefox for Linux, it does not seem to expire at all.
Probably this has something todo with us specifieng no cookie expiry and thus relying on the browser to define the end of a session.