6
votes
How do you set up use HttpOnly cookies in PHP
Be aware that HttpOnly doesn't stop cross-site scripting; instead, it neutralizes one possible attack, and currently does that only on IE (FireFox exposes HttpOnly cookies in XmlHttpRequest, and Sa …
69
votes
What is the best way to stop people hacking the PHP-based highscore table of a Flash game.
This is a classic problem with Internet games and contests. Your Flash code works with users to decide a score for a game. But users aren't trusted, and the Flash code runs on the user's computer. …
