I'm making a toy LAN messaging system that involves Ruby CGI scripts and data files stored on the server, and I want to prevent the same data from being sent to the server multiple times.
Is there any way that you know of to request that the client of your web server forget the GET or POST data that it sent in its request?