Re: [PHP] The neverending Session

2001-03-01 Thread CC Zona
In article <01030114311802.11459@kilbourne>, [EMAIL PROTECTED] ("Sean B.") wrote: > I'm working on a chat of sorts, and in the main frame that shows the actual > messages, there is an infinite loop (while(1)) ... now, for whatever reason, > when the browser is closed, the loop/thread/whatever

[PHP] The neverending Session

2001-03-01 Thread Sean B.
I'm working on a chat of sorts, and in the main frame that shows the actual messages, there is an infinite loop (while(1)) ... now, for whatever reason, when the browser is closed, the loop/thread/whatever just won't die. There are sessions involved, and the loop basically just checks a MySQL D