|
|
|
|
|
by useragent86
2366 days ago
|
|
Another site that shows a completely blank page when first-party cookies are disabled. It seems like an epidemic lately. So much JS in the wild just stops cold when some cookie or LocalStorage permission isn't available, and that failure prevents some other JS from running that unhides the page or runs a CSS transition. It doesn't seem like long ago when most sites at least showed some content when cookies were disabled, but that's beginning to feel like the exception. |
|
Session cookies is a perfectly fine option that eliminates the need to pass the session id in each every URL. Sticky cookies are also something that most people will actually want because it helps improving the UX on the site on return visits. If you don't want either, in principle, clear them. This can be trivially automated in a wide variety of ways.
* That said, I agree that the site rendering shouldn't depend on the cookie access. But it's almost certainly an oversight of not testing for a marginal case that vanishingly few people have. So loudly moaning about it looks very odd - you are complaining about something that nobody needs. Just like a website not rendering well in Lynx.