nerdexam
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)
  • A
    11% (2)
  • B
    79% (15)
  • C
    5% (1)
  • D
    5% (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.

Full 156-521 Practice