Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): SCOTT BUCKEL / SCOTT BUCKEL (sebumd)
Created: 10/27/2012
Components: Security
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 2
Problem Description:
New sessions are started for each page load in certain IE users. Not all users are affected, though.
Steps to Reproduce:
<cfcomponent output="true">
<cfset this.name = "CZTest123">
<cfset this.sessionManagement = true>
<cfset this.loginStorage = "session">
<cfset this.sessionTimeout = CreateTimeSpan(0,1,30,0)>
</cfcomponent>
Then in index.cfm:
<cfoutput>
#session.sessionid#
</cfoutput>
Actual Result:
New session.sessionID reported for each page load for some users.
Expected Result:
Same sessionID used for each page load unless session is reset.
Any Workarounds:
None,
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3354476
External Customer Info:
External Company:
External Customer Name: sebumd
External Customer Email:
External Test Config: My Hardware and Environment details:
Windows Server 2008 R2
ColdFusion 10 with latest patches
Three different Win7 machines as the clients. Not all Win7 Machines affected, though. Only IE.
Attachments:
Comments: