Bug 841518

Summary: Get incorrect page when creating app and opening other page at the same time.
Product: OKD Reporter: Mengjiao Gao <mgao>
Component: WebsiteAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CANTFIX QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: rmillner, szhou
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-10 21:50:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Incorrect My account page with some app information in the page.
none
The related correct app get started page.
none
Another example when entered a create application page and created an app in the meanwhile. none

Description Mengjiao Gao 2012-07-19 09:35:10 UTC
Created attachment 599099 [details]
Incorrect My account page with some app information in the page.

Description of problem:
When I was creating an drupal app, I tried to open My account page during the creating time. And then I get a created drupal successful page and a incorrect My account page shown in attachment.
In the My account page, there are some information belonged to the app/get_started information. 
It seems like the server have some problems when showing two different page at the same time.

Version-Release number of selected component (if applicable):
devenv_1902

How reproducible:
random(60%)

Steps to Reproduce:
1.Go to the create application page ,and choose an application to create. 
2.Input valid app name and domain name, and click "create application" to start
3.During the creating time, try to entered My account page in a new tab.
4.Try to entered My account page in a new tab more times.
  
Actual results:
User will get a incorrect My account page sometimes.While the app get_started page is right.

Expected results:
Both the  My account page and app get_started page should display correct.

Additional info:

Comment 1 Mengjiao Gao 2012-07-19 09:36:15 UTC
Created attachment 599100 [details]
The related correct app get started page.

Comment 2 Mengjiao Gao 2012-07-19 09:38:04 UTC
Created attachment 599101 [details]
Another  example when entered a create application page and created an app in the meanwhile.

Comment 3 Clayton Coleman 2012-09-10 21:50:46 UTC
The information shown at the top of the page is stored as a cookie in the browser.  The cookie is set and cleared when the application/cart creation is complete, but it's possible to see this in multiple windows.

This is as designed and is how this feature is implemented in Rails.  No change possible.