in reply to Re: Help With Ethereal Result
in thread Help With Ethereal Result

The problem is when the Apache server received the RST command, it killed the running PERL script as well. How do I prevent Firefox from sending out this RST command though?

Replies are listed 'Best First'.
Re^3: Help With Ethereal Result
by misc (Friar) on Aug 29, 2007 at 21:28 UTC
    There's no easy way to establish a new connection between firefox and the running script AFAIK.

    I also don't believe it would be possible/wise trying to change the behaviour of firefox,
    although you could write your own webbrowser for the client's side...

    I think you'll need something like session cookies and persistent session data storage.

    What exactly are you trying to do ?