Hi,
Using AEM as a cloud. Setting cookie in servlet response object. Cookie is not available in dispatcher.
Any Dispatcher level config do i need to do.
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @ManojiniMo2
Check cache headers setting
https://helpx.adobe.com/experience-manager/kb/dispatcher-cache-response-headers.html
If you’re setting a cookie as part of your servlet's response object, it should be passed to the browser.
Could you confirm if you’ve set any specific path for the cookie?
If possible, please share the code snippet where the cookie is being set. This will help in understanding if any other parameters (like domain, path, or expiry) are affecting its behavior.
Hi @ManojiniMo2
Check cache headers setting
https://helpx.adobe.com/experience-manager/kb/dispatcher-cache-response-headers.html
Views
Likes
Replies
Views
Likes
Replies