Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

AEM Dispatcher renderid cookie

Avatar

Level 1

Hello, I would like to ask how to add Secure and SameSite=Strict flag to the renderid cookie on dispatcher, i know on the link here it is stated that you can add a secure config, but it's not shown how to achieve it

https://experienceleague.adobe.com/en/docs/experience-manager-dispatcher/using/configuring/dispatche...

4 Replies

Avatar

Level 1

Hi @MukeshYadav_ I've tried read the blog on the link attached. Thank you for that, it worked for the secure flag but not for the SameSite=Strict. 
so I've set these properties to the renderid cookie

 

Header edit Set-Cookie "^renderid=" "$0; Secure; SameSite=Strict"

 

but when i checked only the secure flag has been set, the SameSite=Strict is not being set to the renderid cookie

Avatar

Level 4

Hi @MR_Nurfajri 

 

Try to go to your AEM web console and check property "Enable Proxy/Load Balancer Connection" of the "Apache Felix Jetty Based Http Service"

Sorin_Diaconesc_0-1729864360720.png

 

Avatar

Administrator

@MR_Nurfajri Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni