I also put a cookie with objectid in it so you don't have to supply the 
details again if you're revisiting the same content. I use the below logic 
to decide if I'm to display the content or the form.

<cfset viewValidated = false>
<cfif (IsDefined("Cookie.validateView") AND ListContains(Cookie.validateView
,"#stObj.objectid#",",")) OR application.security.isLoggedIn()>
<cfset viewValidated = true>
</cfif>

-- 
-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry


Reply via email to