Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cookie or CFCookie

Status
Not open for further replies.

hoasabi

Programmer
Joined
Oct 23, 2006
Messages
3
Location
US
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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top