PDA

View Full Version : who's online feature


jgarth
Thu 7th Dec '00, 1:32pm
Has anyone had the problem where the "who's online" feature doesn't work.

Mike Sullivan
Thu 7th Dec '00, 2:05pm
This is usually a PHP issue. I know if happens with PHP4 as an ISAPI module on Win32. Sometimes it's a messed up session table.

jgarth
Thu 7th Dec '00, 2:08pm
I am using PHP as an ISAPI module on WIN2000. Has anyone come up with a fix.

willyjb
Fri 8th Dec '00, 5:30pm
I use it on win2000 but I use the php.exe and don't have a problem

Mike Sullivan
Fri 8th Dec '00, 6:14pm
You can use it as a CGI (which is more stable if you run a production server on Win32) or wait until the PHP developers address it. (Wonder if there's a CVS archive...)