RE: [PHP] checking session ID's

2002-05-23 Thread John Holmes
TED]] > Sent: Thursday, May 23, 2002 5:21 PM > To: php-general > Subject: [PHP] checking session ID's > > Hi list, it's been a while. > > I want to see how many users are online. I store the users $PHPSESSID in > a > database field (phpsessid) when they logi

[PHP] checking session ID's

2002-05-23 Thread Tyler Longren
Hi list, it's been a while. I want to see how many users are online. I store the users $PHPSESSID in a database field (phpsessid) when they login. When they logout, the $PHPSESSID value in phpsessid is removed. I could just see how many rows have something in the phpsessid field, but if a user