-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 10:16 AM
To: CF-Talk
Subject: RE: prevent refresh w/session
<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]

