Hi Monks,
I have this two cgi scripts. The first one generates this massive data and puts the hash data into a binary file. The second cgi script reads in the data from the binary file and does what the user wants within the webpage.
If the user leaves this script (the second script) (ie going from myscript.cgi to www.yahoo.com), the script should delete the binary file. In addition, how can I account for the case when the user closes the internet browser?