Tracking users on the site

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Tracking users on the site

    Hi All,
    I have a client who wants a feature where you can keep a "buddy list" of
    registered users to their site and have a section that will tell you
    when your buddies are on the site. I have set up a table in my db to
    track when people login (that's the easy part), what I am not sure about
    is how can I tell when some exits the site, if everyone would log out it
    would be simple :)

    Anyone do anything like this ? Any advice would be greatly appreciated.

    Cheers.

    Chris

    Christopher Seymour Guest

  2. Similar Questions and Discussions

    1. Number of users at a particular site
      http://www.free-midi.org/scripts/ Does that fit your needs? Always trying to help ---------------------------------------- The post...
    2. FTP in server 2003: How to add users for the FTP site only?
      Hi, We are running iis ftp on server 2003 and want to allow customers to read (and sometimes write permission too) files from their directories....
    3. tracking users
      Hi, What's the best way to track what stored procedures are being used along with the variables that are being passed to them? I'm thinking...
    4. Tracking Users !!
      I am trying to track the number of users currently view a site. The code below is what i am using. However, when i leave the site..the number of...
    5. Site check, mac users
      Hi all, I'm trying finally.. after years put up a personal site but can't test it on mac (cuz don't own one heh). Can someone help me out and see...
  3. #2

    Default Re: Tracking users on the site

    BTW, I am using PHP on a Linux server.

    Thanks.
    Chris
    Christopher Seymour wrote:
    > Hi All,
    > I have a client who wants a feature where you can keep a "buddy list" of
    > registered users to their site and have a section that will tell you
    > when your buddies are on the site. I have set up a table in my db to
    > track when people login (that's the easy part), what I am not sure about
    > is how can I tell when some exits the site, if everyone would log out it
    > would be simple :)
    >
    > Anyone do anything like this ? Any advice would be greatly appreciated.
    >
    > Cheers.
    >
    > Chris
    >
    >
    Christopher Seymour Guest

  4. #3

    Default Re: Tracking users on the site

    Have a search on the Exchange for a Server Behaviour called 'Show If Logged
    In'. Put your buddy list and so on inside this, and set it to filter by the
    currently logged in user. The list will only show a logged in users buddies.

    HTH
    Piers



    Piers 2k Guest

  5. #4

    Default Re: Tracking users on the site

    Thanks Piers,
    That part I have. What I am concerned about is what happens if I log
    into my site then just shut down my browser? Will I forever be shown as
    logged in? I may have to check to see if I can tell what sessions are
    valid?

    Thanks for your response.

    Cheers.

    Chris
    Piers 2k wrote:
    > Have a search on the Exchange for a Server Behaviour called 'Show If Logged
    > In'. Put your buddy list and so on inside this, and set it to filter by the
    > currently logged in user. The list will only show a logged in users buddies.
    >
    > HTH
    > Piers
    >
    Chris Seymour Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139