Remix.run Logo
IgorPartola 10 hours ago

I wonder if there is some way to DoS the tracking services by basically accepting third party cookies but then immediately discarding them so every page load generates a new cookie and presumably state stored on the other end to match it. Or are these tracking cookies typically self-contained so that no state is stored server-side?

tliltocatl 9 hours ago | parent | next [-]

Given that web industry uses no-server-state for *authentication* (with all the issues it implies), i would expect tracking also be no-server-state.

rixed 9 hours ago | parent | prev [-]

Isn't that the reason cookies were invented in the first place? To keep servers stateless?

afiori 8 hours ago | parent [-]

If the server can recognize you then it is not stateless, cookies make http stateless