I am designing a web site in which users solve puzzles as quickly as they can. JavaScript is used to time each puzzle, and the number of milliseconds is sent to the server via AJAX when the puzzle is completed. How can I ensure that the time received by the server was not forged by the user?
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Showing posts with label language-agnostic. Show all posts
Showing posts with label language-agnostic. Show all posts
Monday, June 4, 2012
How to Check Authenticity of an AJAX Request
Wednesday, May 30, 2012
What happens when there"s insufficient memory to throw an OutOfMemoryError?
I am aware that every object requires heap memory and every primitive/reference on the stack requires stack memory.
Wednesday, April 25, 2012
How unique is PHP"s __autoload()?
PHP's __autoload()
( documentation ) is pretty interesting to me. Here's how it works:
Subscribe to:
Posts (Atom)