Bug Logout bug when Guest caching is enabled

There is a bug in this version
K

K a M a L

Guest
The issue described here Guest page caching has been existing for a long time with no resolution .. I tried doing some troubleshooting to see the reason behind it because it was really annoying , I found the bug is very simple
at method PageCache->getCachedPage() .. there is a call $response->replaceHeaders($result['headers']);
result header will typically look like
Code:

Code:
array (size=5)
  'X-Frame-Options' => string 'SAMEORIGIN'...

Read more

Continue reading...