The Situation:
I know how to set a cookie like this:
<cfcookie name="firstName" expires="never" value="#url.firstName#">
The Question:
Using coldfusion, how can I RETRIEVE the value of this cookie later? Saw many resources online about setting but nothing useful about retrieving.
You would use the cookie scope like this:
More information on scopes is at http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Variables_30.html