Skip to content

Commit 2e16875

Browse files
authored
Merge pull request #79 from sbweeden/sbw_minor_edits
minor edit
2 parents 5d0d2dd + cd9d0a7 commit 2e16875

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
@@ -234,7 +234,7 @@ The challenge applies to the current context if "id" is not present; otherwise i
234234

235235
Subsequently, as long as the browser considers this session "active", it follows the steps above, namely by refreshing the auth_cookie whenever needed, as covered in the next section.
236236

237-
Note if multiple cookies are required, the browser returns multiple Set-Cookie headers, with corresponding entries in the "credentials" array in the response body.
237+
Note if multiple cookies are required, the server returns multiple Set-Cookie headers, with corresponding entries in the "credentials" array in the response body.
238238

239239
### Maintaining a session
240240
As long as the named cookie is not expired the browser will keep sending requests as normal. Once the cookie is expired the browser will hold all requests for the scope of the cookie, except where the server excluded the paths in the registration, while refreshing the cookie. This is where the browser driven protocol makes a difference, if not for this there would be potentially many requests without the required cookie.

0 commit comments

Comments
 (0)