Comment on Lemmy cookie expiring and forgetting everything?
MrKaplan@lemmy.world 4 months ago
looking over the mlmym code, it appears that there is a hardcoded cookie expiration of 30 days.
You might want to raise an issue on GitHub about this.
Comment on Lemmy cookie expiring and forgetting everything?
MrKaplan@lemmy.world 4 months ago
looking over the mlmym code, it appears that there is a hardcoded cookie expiration of 30 days.
You might want to raise an issue on GitHub about this.
Brewchin@lemmy.world 4 months ago
Thanks for looking into that, and for the reply - this would explain a lot.
Coupled with mlmym issue 104, noting that those settings are always stored client-side in the cookie, it explains what I’m experiencing: github.com/rystaf/mlmym/issues/104