What is difference between session and cookie?



What is difference between session and cookie?..

Answer / Pawan Pandey

A session represents a series of interactions between the user and the server, while a cookie is a piece of data stored on the client's computer to maintain stateful information during multiple requests. A session can use cookies or other mechanisms (like URL rewriting) for tracking user information.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Can any one explain with the example how to capture the application error in Aplication_Error() method?

1 Answers   Infosys,


What New Features comes with ASP.NET Web API 2.0?

1 Answers  


What is anonymous authentication?

1 Answers  


How to set the pane area to transparent of a scrollPane component.?

1 Answers   MCN Solutions,


Explain form level validation and field level validation?

1 Answers  


What does setting a control's EnableViewState property to false accomplish?

1 Answers  


How can you debug your.net application?

1 Answers  


What is difference between singleton and single call?

1 Answers  


What are the difference between ASP and ASP.Net?

4 Answers   Accenture, Mphasis,


About Windows/Forms Authentication

1 Answers  


Distinguish between Server-side and Client-side code with its functionality?

1 Answers   Siebel,


What is runtime host ?

3 Answers   Digital GlobalSoft,


Categories