Expand my Community achievements bar.

SOLVED

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...

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
4 Replies

Avatar

Correct answer by
Community Advisor

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 5

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