Whats that creepy cookie?
A. A plan to rule the world :-D. It is a way to track the user session. Since HTTP has no session concept, programmers need to implement it other ways. There are basically two options: cookie and URL rewriting. I choose the first one because it is the simplest. I’m sure that with enough effort and by carefully reading PHP documentation it is possible to build a system that transparently supports sessions with both methods. Right now, by refusing the cookie you don’t allow my blog system to recognize you the next time you visit. This means that the blog system won’t pre-fill user name and email address if you provided them.