Jump to content

How to know how many users are currently online at my site?


shamsuljewel

Recommended Posts

I want the statistics that how many users are in my domain.

that is I have many pages on my site...I want to count them all.

I found some php coding that uses file .txt..works fine but working only for a specific page

not for the whole site.

 

any suggestion will preferred..

when they login you need to update a table (or flatfile or some setting of your choice) to add 1 to the number of people online - you will also need to store the time and some method of maintaining state (like a cookie or session var).

 

each page request you will need to update the time the user has been active. if they logout or the activity has been dormant for say 10 mins then remove them from the logged in brigaed and subtract one from the online count (if you use a database table you need only count number of rows of course)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.