Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Michael Sprague / Michael Sprague (Michael Sprague)
Created: 08/16/2010
Components: Security, Authentication
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: ALL /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
Using CFLOGINOpen one browser, log in. Open a second browser, log in with the same account.Log out of the first browser, then refresh the second browser. It logs you out of both. If I run IsUserLoggedIn() in the second browser, it says NO. Also, if I dump the cflogin variable, it has a username and password (hashed password?). So, somehow it is logging the user out of both browsers.
Method:
Step by step given in description.Application settings...this.name = rereplacenocase(cgi.server_name,"[^a-z0-9]","","ALL")&'n';this.applicationtimeout = createtimespan(0,4,0,0);this.sessionManagement = true;this.sessionTimeout = createTimeSpan(0,4,0,0);this.loginStorage = "session";Problem also happens with loginStorage="cookie"
Result:
CFLOGIN fails
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041890
External Customer Info:
External Company:
External Customer Name: Michael Sprague
External Customer Email: 60411912444D4E82992016B8
External Test Config: 08/16/2010
Attachments:
Comments: