Skip to content

SameSite Session Cookie #109

Description

@lawrencetran

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions