Multiple choice technology web technology

Asp.net sessions can work even with out cookies

  1. True

  2. False

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

ASP.NET sessions can work without cookies through cookieless session configuration where the session ID is stored in the URL. This enables session state functionality even when client browsers have cookies disabled, using URL embedding to track session identity.