Hi!
Which way is the correct way to write this cookie? or would i need to use the cfcookie?
<cfscript>
cookie.STATEID = URL.userState;
cookie.USERNAMEID = URL.userLogID;
cookie.PRODUCERCODE = URL.userProducerCode;
</cfscript>
Thanks for the reply.
Let's say the state IDs are "IN" and "FL". So if they're in IN, they will be directed to the indiana page and likewise for FL. Would I need to do a cfset for IN and FL and then cflocation them?
Thank you so much!
Hi, I have to redirect the user to 2 different page, according to the state they're in. Do i need to set the state as a variable and then do a redirect (cflocation) to direct them to that page? How can i validate what state they're in to redirect them? I'm sure this is simple but i'm new to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.