hazelcast / hazelcast-wm

Hazelcast filter-based Web Session Manager
Other
12 stars 31 forks source link

SameSite Session Cookie #109

Open lawrencetran opened 2 years ago

lawrencetran commented 2 years ago

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