PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hi
how do web sites, implement expirable CAPTCHA?
that is, you load the page, but if you answer the CAPTCHA not at once, after a while you try and there you recieve a "page expiration" message.
They likely store when they generated the captcha. If the submission happens within a specific amount of time from that point, they will consider it expired and require a new captcha.