Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Show current active users on website

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164117
    Anonymous
    Inactive

    I want to track the current users and display it as text on my website. How can i achieve this?

    #164120
    __
    Participant

    You’ll need to:

    • Have your users sign in
    • Keep track of their page requests (e.g., using a session)
    • Store the time of each user’s last activity (likely in a database)
    • Decide how long a user is considered “current.”
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.