Hi Srikanth, when you have private data like this, make sure not to cache the page. From what you wrote, you have three levels of caching: 1. Dispatcher2. CDN3. Browser-Cache make sure that neither layer caches the "mypage". If neither layer caches, all requests are served by the AEM Publish system...