GIAC
GSNA · Question #181
Which of the following statements about URL rewriting are true?
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.
Database & Application Auditing
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.
How the community answered
(29 responses)- A79% (23)
- B14% (4)
- C7% (2)
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.
Topics
#URL rewriting#session tracking#encodeURL#cookie fallback
Community Discussion
No community discussion yet for this question.