html - 如何在 coldfusion 中检索 cookie?

标签 html cookies coldfusion

情况:
我知道如何设置这样的 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

关于html - 如何在 coldfusion 中检索 cookie?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10487994/

相关文章:

java - 如何使用 JSoup 抓取 Steam 市场

php - 将 OAuth WRAP 访问 token 直接保存在客户端计算机上的 cookie 中?

node.js - 如何将 padbytes 函数转换为 coldfusion

coldfusion - 在 ColdFusion 中解码数字 HTML 实体?

html - 单词不会留在 div 中

html - CSS 规则泄漏到页面的其余部分

html - 使用图像宽度作为表格单元格的最大尺寸

javascript - 如何在 Safari 浏览器中设置 cookies

hibernate - 使用 where in 子句参数化 ORM 查询

javascript - 使用 JavaScript 动态显示/隐藏单选按钮组的单选按钮