Re: [PHP] Re: session_start function breaks flush function in 4.2.1

2002-09-25 Thread Chris
Michael, Thanks for the detailed reply. After some tests of my own I'd realized it was the trans-sid parameter that was giving me problems. In 4.2.1, php is compiled with this parameter set by default - it would appear. I'll give your idea a try - thou' I'll have to reinstate my script, since I'

Re: [PHP] Re: session_start function breaks flush function in 4.2.1

2002-09-23 Thread Michael Sims
>"Chris Andrew" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> I use a script which initially sends a friendly message to a browser, and >> then goes about some lengthy processing. The browser is IE and I am aware >of >> the 256 byte issue. >> >> The script w