An attribute or property to specific the SameSite value is missing. Without this attribute, we aren't able to specify either:
- SameSite=None
- SameSite=Lax
- SameSite=Strict
I'm thinking the changes can go here: https://github.com/hazelcast/hazelcast-wm/blob/master/src/main/java/com/hazelcast/web/WebFilter.java#L294
And an additional param-name: cookie-same-site
values: NONE, LAX, STRICT
An attribute or property to specific the SameSite value is missing. Without this attribute, we aren't able to specify either:
I'm thinking the changes can go here: https://github.com/hazelcast/hazelcast-wm/blob/master/src/main/java/com/hazelcast/web/WebFilter.java#L294
And an additional param-name: cookie-same-site
values: NONE, LAX, STRICT