Hi all, I am using helm chart, I want to set SameS...
# general
s
Hi all, I am using helm chart, I want to set SameSite=None so I added
Copy code
session:
        lifespan: 24h
        same_site: None
~and I got the error:
additionalProperties "same_site" not allowed
Please suggest me, thank you all!~