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
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
#2167 is fixed in 6adbfea we won't be setting the session cookie on startup.
As a result you could use Page Shot to create a shot (and create an account), then restart Firefox and lose your login cookie, and then return to a shot or /shots, and you wouldn't be logged in.
We can detect this in site-helper.js but then we have to deal with it. I'm not sure what's the best way to do that. We could trigger a login, but then the page will have been rendered as though you weren't logged in. I suppose we could change the model in-place and rerender without too much trouble.
The text was updated successfully, but these errors were encountered:
#2167 is fixed in 6adbfea we won't be setting the session cookie on startup.
As a result you could use Page Shot to create a shot (and create an account), then restart Firefox and lose your login cookie, and then return to a shot or /shots, and you wouldn't be logged in.
We can detect this in
site-helper.js
but then we have to deal with it. I'm not sure what's the best way to do that. We could trigger a login, but then the page will have been rendered as though you weren't logged in. I suppose we could change the model in-place and rerender without too much trouble.The text was updated successfully, but these errors were encountered: