情况:
我知道如何设置这样的cookie:
<cfcookie name="firstName" expires="never" value="#url.firstName#">
问题:
使用coldfusion,我以后如何检索这个cookie的值?在网上看到很多关于设置的资源,但对检索没有任何用处。
情况:
我知道如何设置这样的cookie:
<cfcookie name="firstName" expires="never" value="#url.firstName#">
问题:
使用coldfusion,我以后如何检索这个cookie的值?在网上看到很多关于设置的资源,但对检索没有任何用处。
您可以像这样使用 cookie 范围:
<cfoutput>#cookie.firstName#</cfoutput>
有关范围的更多信息,请访问http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Variables_30.html