QuestionQ29

Web Communication Security

After session information has been established, how often does the browser send session information to the web server?

  • A With any change in session data
  • B With every subsequent request
  • C With any hidden form element data
  • D With the initial request to register the session
Explanation

A browser sends the session identifier with every subsequent applicable request, allowing the web server to associate each request with the stored session state.

Community Discussion

No comments yet. Be the first to start the discussion!