Taisei
Unsung Supporting Character
- Joined
- Jan 9, 2016
- Messages
- 206
- Likes received
- 1,067
I have an odd problem. I'm using the "Blackened Green" theme and I have to keep selecting "Change width" at the bottom because it keeps reseting itself to the full-screen default.
It seems like clicking the button creates a cookie called "xf_toggle" that is randomly deleted after some time. It's not being deleted on browser close (or at least, not just that) and it's not being deleted at the set expiration time (which is in 1 year). It just seems like it gets deleted on some random page load. Obviously, I'd like the width setting to persist more than some random time between 30 seconds and 3 hours, but I have no idea why it's doing this.
To recreate this bug- click the width button to make page narrow, see cookie is created, navigate the site normally for a while (it generally resets pretty fast but I've had it seemingly last for a few hours or even a full day), eventually the screen will be wide again, check if the cookie exists, it'll be gone (explaining why width is back to default).
The cookie is url encoded by default and looks like this (I've removed the integers since I don't know what they are or if they're uniquely identifying and related to anything else):
The 8 digit integer uses the same number in the button, labeled "data-storage-expiry."
I'm using Firefox 125.0.3.
It seems like clicking the button creates a cookie called "xf_toggle" that is randomly deleted after some time. It's not being deleted on browser close (or at least, not just that) and it's not being deleted at the set expiration time (which is in 1 year). It just seems like it gets deleted on some random page load. Obviously, I'd like the width setting to persist more than some random time between 30 seconds and 3 hours, but I have no idea why it's doing this.
To recreate this bug- click the width button to make page narrow, see cookie is created, navigate the site normally for a while (it generally resets pretty fast but I've had it seemingly last for a few hours or even a full day), eventually the screen will be wide again, check if the cookie exists, it'll be gone (explaining why width is back to default).
The cookie is url encoded by default and looks like this (I've removed the integers since I don't know what they are or if they're uniquely identifying and related to anything else):
Code:
Default: %7B%22_xb-width%22%3A%5B%3C10%20digit%20integer%3E%2C%3C8%20digit%20integer%3E%2Cfalse%5D%7D
URL Decoded: {"_xb-width":[<10 digit integer>,<8 digit integer>,false]}
The 8 digit integer uses the same number in the button, labeled "data-storage-expiry."
I'm using Firefox 125.0.3.
Last edited: