You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's rather normal behavior for a user to hit to refresh the page if something seems wrong with the app. This is something they can do without issues in regular Meteor without RememberMe functionality or with this package and rememberMe set to true. However, if they log in with rememberMe set to false, they lose the ability to reload the page and remain logged in. Instead, the session becomes lost and they must log in again.
How can we alter this behavior so that only logging out or closing the tab altogether ends the session, and not a simple reload?
The text was updated successfully, but these errors were encountered:
It's rather normal behavior for a user to hit to refresh the page if something seems wrong with the app. This is something they can do without issues in regular Meteor without RememberMe functionality or with this package and rememberMe set to true. However, if they log in with rememberMe set to false, they lose the ability to reload the page and remain logged in. Instead, the session becomes lost and they must log in again.
How can we alter this behavior so that only logging out or closing the tab altogether ends the session, and not a simple reload?
The text was updated successfully, but these errors were encountered: