joshuabach / gnucash-web

A simple, mobile-friendly webinterface for GnuCash
GNU General Public License v3.0
120 stars 18 forks source link

Firefox Android quickly forgets login #11

Closed joshuabach closed 1 year ago

joshuabach commented 2 years ago

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 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.