do we need to do modify another page (another page .cfm)
after this.
?
URL is the scope for all variables contained within the URL query string. For
example, take the URL:
http://www.mysite.com/index.cfm?var1=hello&var2=world
This URL contains two variables in it's query string: var1 and var2. To access
them in a CFM template, you would use the following:
<cfoutput>
#URL.var1#<br />
#URL.var2#
</cfoutput>
cookie.id is referencing the Cookie scope and, like the URL scope noted above,
it is a way to reference variables and their values stored in a cookie. This
page on the Adobe LiveDocs should help further with cookies and their scopes:
http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhel
p.htm?context=ColdFusion_Documentation&file=00000233.htm