A brief difference between Session and Cookies in asp.net
Answer Posted / vikram
1.session is a sever side state management.
2.session is used session id to identify the clients
3.session by default time is 20 min
cookies
1.client side state management
2.browse can can hold up to 60kb
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Explain difference between dataset and recordset?
Out of ASP or ASP.NET which one is stateless?
Why do we use asp.net?
What is the appSettings Section in the web.config file?
How does session work in asp net?
What is http only cookie?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What’s the difference between response .redirect and server.transfer?
What is marshalling ? Is it a part of asp.net ?
What is web api config?
If you want to write your own dot net language, what steps you will you take care?
Define page fragment caching?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Whats the difference between abstract factory pattern and factory pattern?