Yeah, a cookie that exires at end of session should do the trick.  You
could create a unique cookie for each page, which should give you the
granularity you want.

> -----Original Message-----
> From: Ken [mailto:[EMAIL PROTECTED] 
> Sent: Friday, March 10, 2006 11:54 AM
> To: CF-Talk
> Subject: Re: Page visit counter
> 
> guys. actually want the visit unique per page per visitor. If the same
> visitor comes the next day, i don't mind if he gets counted 
> again. Unique
> per page/per visitor for that day/session.
> 
> On 3/10/06, Charlie Griefer <[EMAIL PROTECTED]> wrote:
> >
> > IP address could change.
> >
> > How about a cookie?
> >
> > On 3/10/06, Larry Juncker <[EMAIL PROTECTED]> wrote:
> > > Why not log their IP number in the database and check it 
> for return
> > visits?
> > >
> > > -----Original Message-----
> > > From: Ken [mailto:[EMAIL PROTECTED]
> > > Sent: Friday, March 10, 2006 12:40 PM
> > > To: CF-Talk
> > > Subject: Page visit counter
> > >
> > > Hi. I have pages that get called from a db with pageid=xx 
> and I need to
> > keep
> > > a visit counter for each page. But again, it should not 
> be incremented
> > if
> > > the same visitor from that session revisits that page. I 
> am thinking of
> > > setting a session variable, but that means, I'll need a 
> unique session
> > > variable for each page visited. Any ideas of doing it 
> better please. I
> > am
> > > logging the visits in the db.
> > >
> > >
> > >
> > >
> > >
> >
> > 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235075
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to