Did you ever wanted to take a look at cookies or even tweak them? Having access to your cookies as a developer is crucial but even as a user it might be useful to take a look sometimes.
But what about querying them with sql queries? Picture this: Show me all cookies from localhost
and order them by expirydate. No problem, I’ll show you how… Continue reading