-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Product - Errors / Performance
-
None
-
1
-
Severity 2 - Major
Issue Summary
In private pages there is a bug the status.json call should return 304 (not modified) which will prevent the unnecessary refresh. But now its returning 200 for private pages which is causing the page to refresh without any changes . the issue is related to some of the cookies we are using.
Steps to Reproduce
- Create private page
- visit the site and notice the 60 second check in
Expected Results
If there are no updates on the page the page should not refresh
Actual Results
the page refreshes which also causes all component group expands to get wiped
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available