Firefox Android quickly forgets login
Closed this issue · 1 comments
joshuabach commented
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.
joshuabach commented
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.