在 Chrome 和 Firefox 中一切正常,但如果我使用隐身模式,那么我会失去从一个超链接导航到下一个超链接的会话范围。Internet Explorer 也无法正常工作。
应用程序.cfc:
component {
this.name = 'sessionScope'
this.SessionManagement = true
this.sessionTimeout = CreateTimeSpan(0,0,45,0)
}
索引.cfm:
<html>
<body>
<cfdump var="#session#">
</body>
</html>
每次刷新页面时,cfid 都会不断变化。
这是一个 Lucee 安装,但我添加了 ColdFusion 标签以覆盖更广泛的受众。