Re: [PHP] Count concarent logins (newbie)

2002-02-08 Thread Dennis Moore
> > in A web site where logins are managed with php sesions > is it possible to count how many concurent users are loged in ?? > > I believe that one way is to keep in a mysql table every login > user but how can i delete a "loged-in" record when user session > terminates abnormal > If you use th

[PHP] Count concarent logins (newbie)

2002-02-08 Thread Simos
Hello to everyone in A web site where logins are managed with php sesions is it possible to count how many concurent users are loged in ?? I believe that one way is to keep in a mysql table every login user but how can i delete a "loged-in" record when user session terminates abnormal thank