Hi there!
I'd like to create an application to generate stats of my site. First (to
count the number of visits) I thought I could do something like this:
In the application.cfm I increment a DB column everytime, but, within this
I'll increment that number for every page request, I'd like to increment
only once for user, how can I manipulate the session? would this work
<cfif NOT IsDefined("Session.stats")>
query updating the field ...
</cfif>
<cfset Session.stats = true>
Ok, but what if I'd like to create a counter for each page requested? Is
there a way to discover what page the user is requesting?
Thanks guys
[]'s
Vinicius Carvalho
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.