nerdexam
GIAC

GSNA · Question #181

GSNA Question #181: Real Exam Question with Answer & Explanation

The correct answer is A. If cookies are supported by the browser, URL rewriting will return the URL unchanged. D. URL rewriting is used in cases where cookies are not supported by the browser.. By default, session tracking uses cookies to associate a session identifier with a unique user. URL rewriting is used in cases where cookies are not supported by the browser.

Question

Which of the following statements about URL rewriting are true?

Options

  • AIf cookies are supported by the browser, URL rewriting will return the URL unchanged.
  • BThe request.encodeRedirectURL() method is used to add a session id info to the URL and send
  • CThe request.encodeURL() method is used to add a session id info to the URL.
  • DURL rewriting is used in cases where cookies are not supported by the browser.

Explanation

By default, session tracking uses cookies to associate a session identifier with a unique user. URL rewriting is used in cases where cookies are not supported by the browser.

Community Discussion

No community discussion yet for this question.

Full GSNA Practice