How, do I access a cookie in coldfusion 5 written by Javascript code?
This is what I have in Coldfusion but it doesn't work?
Assuming the cookie is written already in Javascript with the name CalendarID...
<CFIF IsDefined("Cookie.CalendarID"
>
<CFSET curCal = "Cookie.CalendarID">
<CFELSE>
<CFSET curCal = "">
</CFIF>
Can someone help??
This is what I have in Coldfusion but it doesn't work?
Assuming the cookie is written already in Javascript with the name CalendarID...
<CFIF IsDefined("Cookie.CalendarID"
<CFSET curCal = "Cookie.CalendarID">
<CFELSE>
<CFSET curCal = "">
</CFIF>
Can someone help??