getting logged out of sites regularly?

N-E-N@lemmy.ca to Firefox@lemmy.ml – 1 points –

I find i get logged out of sites a ton on Firefox on iOS after very little time

Is there any setting or something I could do to change this? Or is it just a bug/intentional feature?

1

It seems like this is a bug.

https://github.com/mozilla-mobile/firefox-ios/issues/11994

Yoana Rios Diaz commented:

I didn’t investigate this one specifically but it looks consistent with my findings on https://mozilla-hub.atlassian.net/browse/FXIOS-5951 ( https://mozilla-hub.atlassian.net/browse/FXIOS-5951|smart-link ) , from the actual behavior description it looks like only the selected restoring tab is failing to keep the cookies, we hoped the Tab refactoring will fix this issue for good but the Webkit restore process has not started yet so we should take another look with fresh eyes. I talked with Orla Mitchell last week about the ticket above so whoever takes this one can sync with us so we don’t double efforts

https://github.com/mozilla-mobile/firefox-ios/issues/13520

Yoana Rios Diaz commented:

The issue is only reproducible in the selected tab being restored. Ex if we have 3 tabs with bbc.com ( http://bbc.com ) open. We accept the cookies and restore the app only for the selected tab the cookie banner will show again and if the user reload the banner disappear. If we switch to the other 2 previously tabs the banner doesn’t show. So the issue is related to the tab restore process only for the selected tab the cookie store is empty (probably a race condition). This part of the code is very flaky and is being refactored already, after a sync with Orla Mitchell we think it makes more sense to wait for the refactoring to fix this issue for good that to find a partial patch that could cause side effects