We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebfa35 commit 7548b25Copy full SHA for 7548b25
tests/spec/logout_spec.lua
@@ -38,7 +38,7 @@ describe("when the configured logout uri is invoked with Firefox 128's default A
38
end)
39
it("the session cookie has been revoked", function()
40
assert.truthy(string.match(headers["set-cookie"],
41
- "session=; Expires=Thu, 01 Jan 1970 00:00:01 GMT.*"))
+ "session=; Path=/; SameSite=Lax; HttpOnly; Expires=Thu, 01 Jan 1970 00:00:01 GMT; .*"))
42
43
44
0 commit comments