Asp.net sessions can work even with out cookies
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.