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.