I would like to bring to your attention an issue regarding session persistence that I have no doubts will enhance the user experience.
Currently, after logged in, if for any reason the browser is closed, I'm required to start a new session. Other platforms, like GitHub, maintain the user's login state for a while, even after the browser is closed.
I understand the reasoning behind this security feature, but extending the session persistence, perhaps with configurable options, could significantly improve usability without compromising security.
Known issue, we are working on it :) In particular when it comes to 2FA (but just in case - do check if you have the setting for clearing sessions on exit turned on in the browser)
Description
I would like to bring to your attention an issue regarding session persistence that I have no doubts will enhance the user experience.
Currently, after logged in, if for any reason the browser is closed, I'm required to start a new session. Other platforms, like GitHub, maintain the user's login state for a while, even after the browser is closed.
I understand the reasoning behind this security feature, but extending the session persistence, perhaps with configurable options, could significantly improve usability without compromising security.