Check_Point
156-521 · Question #185
How does Postman store and reuse session tokens across multiple requests in a workflow?
The correct answer is B. Test scripts and environment variables. Postman stores session tokens using environment variables, typically set via test scripts after a successful login. These can be reused in headers for future requests.
Security Management API Operations
Question
How does Postman store and reuse session tokens across multiple requests in a workflow?
Options
- ACookies
- BTest scripts and environment variables
- CSession cache
- DRequest body
How the community answered
(19 responses)- A11% (2)
- B79% (15)
- C5% (1)
- D5% (1)
Explanation
Postman stores session tokens using environment variables, typically set via test scripts after a successful login. These can be reused in headers for future requests.
Topics
#session token#environment variables#Postman workflow#test scripts
Community Discussion
No community discussion yet for this question.