|
|
 |
RE: FN-FORUM leaving a site
date posted 14th January 2002 16:15
Hi,
One approach is to host a database on the server. You'll need to:
- Create a "user" in the database the first time the user visits the site,
- Store the ID of the user in a cookie,
- Store the ID of the user in the session too,
- On subsquent sessions, check to see if the user ID can be found in the
cookies. If it exists, update the database to record their last visit. If
it doesn't, create a new user.
Cheers,
Matthew
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of technoir
Sent: 14 January 2002 13:23
To: [EMAIL REMOVED]
Subject: FN-FORUM leaving a site
i want to keep a record of people leaving my website and returning
does anyone know how to this using ASP?
============================================================
* Free listing for freelancers
* Free to advertise jobs
* Free jobs distribution service
* Free database of 5000 freelancers
Freelancers and Freelance Jobs:
http://www.freelancers.net
Forum FAQs:
http://freelancers.netrickery.com
To unsubscribe please email:
[EMAIL REMOVED]
If you have difficulties unsubscribing please email:
[EMAIL REMOVED]
|
 |
|