Multiple choice technology web technology

Asp.net sessions can not work with out cookies

  1. True

  2. False

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

ASP.NET sessions can work without cookies through cookieless session state using URL rewriting. The session ID is embedded in the URL rather than stored in a cookie, allowing session functionality when cookies are disabled.