Can anyone think of a good reason NOT to try something like this?

I have a prototype running but am wondering if it is breaking any "rules".
It is part of a "user managment" system so we can send cookies only to those
that "accept" them.

==================================
<cfparam name="SendCookie" default="no">

<cfif IsDefined('Cookie.CFID') AND Cookie.CFID is not "">
  <cfset SendCookie="YES">
</cfif>

<cfapplication name="AutoLogger"
               SessionManagement="yes"
               SessionTimeOut="#CreateTimespan(0,0,3,0)#"
               SetClientCookies="#SendCookie#">


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to