This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSc3ff6d0ea77859461172e0811cbec0c35 c-7fef.html
Under Using client and session variables without cookies,
hrefa= links
should be
a href = links
<cfset myEncodedURL=URLSessionFormat(MyActionPage.cfm)>
<cfset myEncodedURL=URLSessionFormat("MyActionPage.cfm")>
Retrieving data ...