I am attempting to use this:
<CFCOOKIE NAME="profID" VALUE="#profID#" EXPIRES="NEVER">
to set a cookie on a page. It is not setting the cookie. I'm not sure what
I'm doing wrong but it is aggravating me to no end.
Here is the block of code the above tag is in:
<cfelse>
<cfset profID = 0>
<cfmodule template="../getProfID.cfm" geckoKey="#geckoKey#"
profile_id="#checkCode.profile_id#">
<cfset SaveMe=Form.SaveMe>
<CFIF SaveMe IS 1>
<CFCOOKIE NAME="profID" VALUE="#profID#" EXPIRES="NEVER">
</CFIF>
<cflocation url="/index.cfm?profID=#profID#&flogin=1">
</cfif>
Gina Shillitani
[EMAIL PROTECTED]
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.