Hi Team,
1) How dispatcher understands that page for which request is coming is logged in / secured /authenticated page? Is there any example? or we do it through some code?
2) How Dispatcher determines that since it is secure PAGES; its not candidate for caching ?
3) How we make dispatcher to cache secure pages as well?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @arvind ,
here are some high-level details on how the dispatcher validates and caches secure content.
To implement permission-sensitive caching, perform the following tasks:
More details about implementation can be found in the documentation below
Hope this helps!
Regards,
Nitesh
Hi @arvind ,
here are some high-level details on how the dispatcher validates and caches secure content.
To implement permission-sensitive caching, perform the following tasks:
More details about implementation can be found in the documentation below
Hope this helps!
Regards,
Nitesh
Views
Likes
Replies