[ask]user connection menagement

Hallooo…

I want to ask something

I want to create a page that contains a list of all users currently logged into my web.

and I can KICK to users who are logged.

  1. how to get all users currently logged into my web? or there extesion for this process

this can be done by database , i will show how database used in this functionality.

you can add one extra field flag by default 0 , now when user login just modify flag to 1 for particular user, from this column you can filter users which are currently login ( flag==1 ).

further logic is yours … … .

thanks for replies

I’ll try it.

by the way

how to use the session?

that was just reply,

I thnk we can’t.