Archive | October, 2010

HTTP Cookie Monster

Today, for a project at work, I learned how to create and drop a cookie on a user’s page. It’s much easier than I anticipated, and pretty cool. To set the cookie, all you need to do is place a snippet of code right before the tag on a page: My test worked, and enabled [...]