Link to home
Start Free TrialLog in
Avatar of Michael Williams
Michael WilliamsFlag for United States of America

asked on

Set Cookie via Actionscript

I would like to set a cookie via actionscript. I would also like to access it via cf tags.

I would like to be able to set the "admin.client.unid" cookie via actionscript.. Then access that cookie's value via cftags, an example of accessing the cookie is the cfif below.
<cfcookie name="admin.client.unid" value="#form.fldUNID#">
 
<cfif IsDefined("Cookie.admin.client.unid") IS "True">
 ....
</cfif

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of CyanBlue
CyanBlue
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial