Do session use cookies in asp net?



Do session use cookies in asp net?..

Answer / Vivek Chand

By default, ASP.NET Session does not use cookies for storing session IDs. Instead, it appends the session ID to the URL of each page request. However, you can configure ASP.NET to use cookies for managing sessions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the main function of razor in asp.net? : asp.net mvc

1 Answers  


difference between Trace and Debug ?

9 Answers   Accenture, Addlux, Microsoft,


If there is submit button in a from tell us the sequence what happens if submit is clicked and in form action is specified as some other page ?

1 Answers   MMTS,


What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout c) FlowLayout d) FormLayout

2 Answers   Syntax Softtech,


What is the caspol.exe tool used for?

1 Answers  


What is hidden field in asp.net?

1 Answers  


i wand basic interview based questions in asp.net and vb.net

0 Answers   Legio Infotech,


What is custom attribute? How to create?

1 Answers  


detail code for sql data connections?

2 Answers  


How can you enable impersonation in the web.config file?

1 Answers  


what are the Custom controls in asp.net?

1 Answers   MCN Solutions,


What is asp net_sessionid?

1 Answers  


Categories