Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

cookie variables are not the same in all tabs/windows

  • 3 antwoorden
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van mehrdadabed

more options

Hi,

There is an issue in firefox cookie system after the new version "59" upgrade, the problem is when a cookie is set/modified the changes are not applied globally on other "Tabs/windows", seems that the cookies are cached in each tab/window individually, I just wrote a simple JS script so you can check it:

https://jsbin.com/patomoninu/2/edit?html,js,output

Please check mention script in two pages (or tabs) simultaneously, when a cookie is set in one page, you cannot access it from other pages, this issue is not seen in another browsers but "Firefox 59" would you please check it? Thanks for considering,

Hi, There is an issue in firefox cookie system after the new version "59" upgrade, the problem is when a cookie is set/modified the changes are not applied globally on other "Tabs/windows", seems that the cookies are cached in each tab/window individually, I just wrote a simple JS script so you can check it: https://jsbin.com/patomoninu/2/edit?html,js,output Please check mention script in two pages (or tabs) simultaneously, when a cookie is set in one page, you cannot access it from other pages, this issue is not seen in another browsers but "Firefox 59" would you please check it? Thanks for considering,

Alle antwoorden (3)

more options

Hmm, it's strange.

document.cookie in one tab picks up changes made in cookies set by the server in another tab (SET-COOKIE header), but not changes made by JavaScript in another tab. There seems to be some kind of isolation.

My test page:

https://www.jeffersonscher.com/res/xtabcook.php

more options
more options

thanks for following the case, Hope it's fixed in the next version,