Multiple choice Which of the following methods is suitable for sites with a limited number of visitors? Session method Cookies method Forms Request.ServerVariables(HTTP_User-Agent) 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.