New history, cookies

General February 23rd, 2003

I fixed the history views so it doesn’t blindly assume the next numerical blog entry ID is the next one you can read. It also looks a little more like CK’s, only I wrote this code from scratch.

Eric was playing with cookies for rightquick.org and I realized how easy it would be to add cookie support in PHP. I changed a few of the admin pages to issue cookies, and a few of the normal views to respond differently if I have the admin cookie. Interesting stuff.