Re: [EMAIL PROTECTED] Close browser session while CGI is still active

2006-11-24 Thread Joshua Slive
On 11/24/06, Steve Swift <[EMAIL PROTECTED]> wrote: Can a CGI script close the session with the browser before it exits? I tried closing STDOUT and STDERR in the hope that Apache might notice, and clean up the session, but the browser remained waiting. I have a CGI script that send its page to

Re: [EMAIL PROTECTED] Close browser session while CGI is still active

2006-11-24 Thread Steve Swift
That's what I'm doing now, but its cumbersome. I'd hoped that I could get away with a couple of closes, but no such luck. It happens quite often in my CGI scripts that I finish the webpage then have to do some tidying-up that just keeps the browser waiting. On 24/11/06, long <[EMAIL PROTECTED]>

Re: [EMAIL PROTECTED] Close browser session while CGI is still active

2006-11-23 Thread long
Since you already using a detached task to run the batch job, if it's not too much work and the result of the batch job is not a requirement for the response, can you just pass your variables to the batch job? Steve Swift <[EMAIL PROTECTED]> wrote: Can a CGI script close the session with the b

[EMAIL PROTECTED] Close browser session while CGI is still active

2006-11-23 Thread Steve Swift
Can a CGI script close the session with the browser before it exits? I tried closing STDOUT and STDERR in the hope that Apache might notice, and clean up the session, but the browser remained waiting. I have a CGI script that send its page to the browser then has a "batch" job to do, which takes