* Tim Starling tstarling@wikimedia.org [Fri, 24 Sep 2010 11:15:41 +1000]:
On 24/09/10 10:00, Marco Schuster wrote:
If it's user-uploaded, take care of garbage collection; actually,
how
does PHP handle it if you upload a file and then don't touch it
during
the script's runtime? Will it automatically be deleted after the script is finished or after a specific time?
It's deleted on request shutdown.
One probably can rename it to another temporary name? Then move to final location during the next request, according to previousely passed cookie?
Speaking of cookies, there are millions ways of looking at them, FF's WebDeveloper extension, HTTP headers extension, Wireshark application to name just few. Absolutely non-secure, when unencrypted. Dmitriy