SameSite cookie in Java application
问题 Do you know any Java cookie implementation which allows to set a custom flag for cookie, like SameSite=strict ? It seems that javax.servlet.http.Cookie has a strictly limited set of flags which can be added. 回答1: I am not a JEE expert, but I think that because that cookie property is a somewhat new invention, you cannot expect it to be present in Java EE 7 interfaces or implementations. The Cookie class is missing a setter for generic properties, as it seems. But instead of adding the cookie