Skip to main content
This topic has been closed for replies.

1 reply

Participating Frequently
July 21, 2012

Under Using client and session variables without cookies,

hrefa= links

should be

a href = links

<cfset myEncodedURL=URLSessionFormat(MyActionPage.cfm)>

should be

<cfset myEncodedURL=URLSessionFormat("MyActionPage.cfm")>