PHP Session Numeric Key Bug
Wednesday, July 8th, 2009I was working on a 404 page today. The pages that detected the 404 and routed it to the 404 page, would try and set the $_SESSION['404'] variable. After setting the variable I was able to use it on that page. However, after the redirect the variable was missing. I could set other variables, and [...]