在IE中以及Chrome Incognito模式中丢失会话范围

时间:2016-01-11 19:21:21

标签: coldfusion lucee

在Chrome和Firefox中一切正常,但如果我使用隐身模式,那么我会失去从一个超链接导航到下一个超链接的会话范围。 Internet Explorer也无法正常工作。

的Application.cfc:

component {
    this.name = 'sessionScope'
    this.SessionManagement = true
    this.sessionTimeout = CreateTimeSpan(0,0,45,0)
}

Index.cfm:

<html>
<body>
<cfdump var="#session#">
</body>
</html>
每次刷新页面时,

cfid都会不断更改。

这是一个Lucee安装,但我添加了ColdFusion标记以覆盖更广泛的用户。

2 个答案:

答案 0 :(得分:4)

从评论中提升以提高可见度

Lucee可以选择使用像Adobe这样的版本的J2EE会话吗?使用它代替标准的cfid / cftoken可能会有所帮助。

答案 1 :(得分:0)

尝试设置setClientCookies = true