Game Development Community

Logins and Cookies

by Rick Overman · in Site Feedback · 03/27/2002 (3:24 pm) · 3 replies

There have been a few site login bugs that have been bugging me for a while now and I got around to killing them today.

1) Cookies: IE6 security changes broke our ability to remember your login settings on some machines. Tracked it down. In order for cookies to be accepted now on IE6 you must supply ALL parameters to PHP SetCookie, just ignore the docs and examples.

2) There were some weird situations you could get in where you could not get off the login screen. Bad Human. Rearranged the code a little and added a cancel button to the login form just in case :)

--Rick

#1
03/27/2002 (8:33 pm)
Don't you just love trying to code for cookies on 20 different browsers?

Of all the web programming I have done, the worst part is making cookies work.
#2
03/28/2002 (6:26 am)
Finally someone who feels my pain ...not just another dood it's just a cookie, how hard can it be. :)
#3
03/28/2002 (9:24 am)
Mmm. Cookie.