<cfif not (structKeyExists(session, "ranAlready") and
session.ranAlready)>
.... Run Code ....
<cfset session.ranAlready = true>
</cfif>

This will mean the code will only be ran once per session *not*
refresh.... is that what you are trying to achieve?

Probs want to lock it as well....

--
dc
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to