Do session use cookies?

Posted by Pandiya Chendur on Stack Overflow See other posts from Stack Overflow or by Pandiya Chendur
Published on 2010-04-07T03:29:25Z Indexed on 2010/04/07 3:33 UTC
Read the original article Hit count: 324

This is an interview question asked a month ago....

Do session use cookies? If so,how do they do so?

Assume Session["UserId"]=1 how does this session variable uses cookies internally? If so, what will be the name of the cookie and what is the value of that cookie....

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET