<cfparam name="session.pagecount" default="0"> <cfset session.pagecount = session.pagecount + 1>
On Fri, Feb 20, 2009 at 9:47 AM, Priya Koya <[email protected]> wrote: > > Hi All, > > I need to count the number of times a page was submitted continuously with > a single user. If I set a count in the page then when ever it reachs the > page again it counts to ). so it doesnt work. > > If the page hits first time count=1 > If the page hits second time count=2 > . > . > . > Times the page hits.. times the count should be > Any ideas...????? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319619 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

