How to store session cookie? #154
-
I am using express-session when I signin I generate a cookie session, is there any example on how to store this cookie for future tests where you need to be signed in? |
Beta Was this translation helpful? Give feedback.
Answered by
ASaiAnudeep
May 13, 2022
Replies: 1 comment 2 replies
-
I think you can use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
TheFern2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you can use
res.headers
to store the cookie session if the cookie is part of the headers.