On 12/4/07, James Sherwood <[EMAIL PROTECTED]> wrote: > > So there is no way to have it last the length of the browser being open?
No way unless you use some Javascript hack that keeps requesting something to the server. You must remember the nature of HTTP. The browser connects to the server, receives the answer and the connection is closed. There is nothing like a browser closing event notification sent to the server. Thiago