php-db | 2001011
Date: 01/14/01
- Next message: Toby Butzon: "Re: [PHP-DB] Desperate Help needed"
- Previous message: Jarek Zgoda: "Odp: [PHP-DB] Text Control."
- Next in thread: Toby Butzon: "Re: [PHP-DB] Desperate Help needed"
- Reply: Toby Butzon: "Re: [PHP-DB] Desperate Help needed"
- Reply: JJeffman: "Re: [PHP-DB] Desperate Help needed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I made a database chatroom that seemed to be working perfectly fine - now, it seems, if more than two people log in, the 1st person of the three automatically gets logged out - its because i tried to make an automatic log off for those who cross the window....
How do you detect if a person has closed the window (hence killing the cookie) without logging off (so the database still has him listed, and therefore is shown to be online)?
Here's the scenario:
1. one table lists the chatters' names
2. second table has 25 rows for each messages, they keep getting replaced as the new messages come in
the problem: the chatters table lists those users who logged out ages ago...
thanks.
- Next message: Toby Butzon: "Re: [PHP-DB] Desperate Help needed"
- Previous message: Jarek Zgoda: "Odp: [PHP-DB] Text Control."
- Next in thread: Toby Butzon: "Re: [PHP-DB] Desperate Help needed"
- Reply: Toby Butzon: "Re: [PHP-DB] Desperate Help needed"
- Reply: JJeffman: "Re: [PHP-DB] Desperate Help needed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

