Skip to content

Commit 2604c3b

Browse files
barrapontokeithamus
authored andcommitted
mention login in the persistent session guide (#167)
1 parent 77a7a93 commit 2604c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ chai.use(require('chai-http'));
203203
#### Retaining cookies with each request
204204

205205
Sometimes you need to keep cookies from one request, and send them with the
206-
next. For this, `.request.agent()` is available:
206+
next (for example, when you want to login with the first request, then access an authenticated-only resource later). For this, `.request.agent()` is available:
207207

208208
```js
209209
// Log in

0 commit comments

Comments
 (0)