Topic awaiting preservation: Tracking visiters through a site (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 02-27-2004 21:44
I've recently become interested in the process used to track a vistor as they view the various pages on a site. For example, when you go to a site and you are asked to login so that you can see certain pages, how does the server keep track of the user as they move from page to page? How does the server know that a user hasn't logged in if they have bookmarked a page deep inside the site and return to that page several days later? What causes the login to time out? |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 02-27-2004 22:17
Um sessions. |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 02-28-2004 02:41 |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 02-28-2004 10:23
there are actually two ways to do user tracking - one is sessions, as bitdamaged mention. You'll need some kind of server side scripting for that. PHP, or Perl, or JSP, or ASP, something the like. |