Matt Holt

Results 1518 comments of Matt Holt

The only time we _set_ cookies, AFAIK, are when the user explicitly configures load balancing policy as such. The rest of those results are related to parsing existing cookie headers,...

> Maybe local storage? Maybe, but that will be lost when sharing a link. You will be viewing a grid and someone else will see the list.

Oh, interesting. I thought we got rid of those for query string parameters. In fact, I distinctly remember doing this... :thinking: We should probably remove those in favor of the...

Cookie banners are destroying the Web. I think we can avoid it with query strings. But it might be a little more involved since it requires changing the links.

Thanks Weidi! As I understand it, this depends on an upstream patch first?

Great - thanks for the ping! And the patch :)

Thanks for the issue. Do you have any suggestions as to what the config would look like for that?

> by contract, do calls to load need to be protected by the storage lock? No; this synchronization should be handled primitively, natively/internally, within the storage mechanism. The user shouldn't...