Hi all,
The scenario is the following: We need a central news page on SAP platform to inform about current downtimes or events regarding the web reporting solution.
The problem: The page gets cached so users will not see current status but the first status page retrieved, unless they cleanup their local browser cache.
The way we do it, is to create an HTML page in the KM Content area and assign it to an iView and Page.
I checked the documentation and posts already, but the following settings all didn't work:
Load Settings for iView:
Allow Client-Side Caching: No
Cache Level: None
Cache Validity Period: 0
Isolation Method: URL
Load Settings for Page:
Allow Client-Side Caching: No
Cache Level: None
Cache Validity Period: 0
Isolation Method: EMBEDDED
Page Timeout: 150000
Still the page does not refresh. Even after hitting refresh in the browser it is not updating. When using Chrome, only right-clicking on the page and choosing "Refresh Iframe" worked.
Do I miss anything?
Thanks for any hints.