Skip to content

Commit b1b5925

Browse files
authored
Don't say the HttpOnly attribute is ignored in session config credentials
1 parent bbd78da commit b1b5925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Set-Cookie: auth_cookie=abcdef0123; Domain=example.com; Max-Age=600; Secure; Htt
230230
// response.
231231
"name": "auth_cookie",
232232
"attributes": "Domain=example.com; Path=/; Secure; SameSite=None"
233-
// Attributes Max-Age, Expires and HttpOnly are ignored
233+
// Attributes Max-Age and Expires are ignored
234234
}]
235235
}
236236
```

0 commit comments

Comments
 (0)