cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hybris 2005 Cookie Without SameSite Attribute

0 Likes
1,437

I have gone through this https://stackoverflow.com/questions/63899015/sap-hybris-spring-set-samesite-cookie question and https://help.sap.com/viewer/d0224eca81e249cb821f2cdf45a82ace/2005/en-US/bde41b6a42c541a08eb2a3b1993f...

What i got from these links is, i have to make changes in local.properties file. I have made following changes

cookies.SameSite.enabled=true
cookies.SameSite=Strict

But this didn't set samesite property in cookies. I want to enable this property for all the cookies.

What am i missing here?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

engintr
Explorer
0 Likes

Hi Saket

I had the same issue and opened a support ticket for this. It seems like this is a bug on SAP side (https://cxjira.sap.com/browse/ECP-5321). We were on public cloud and SAP fixed it by changing some settings on Apache server.

Maybe you better raise a ticket for this.

If you are on the latest version, this issue may already be resolved.

Regards

Engin

0 Likes

Thank you Engin