Multiple choice

Which of the following methods is suitable for sites with a limited number of visitors?

  1. Session method

  2. Cookies method

  3. Forms

  4. Request.ServerVariables(HTTP_User-Agent)

  5. Response.Redirect(anothrURL: string)

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Session method is suitable for sites with a limited number of visitors.