A brief difference between Session and Cookies in asp.net
Answer Posted / johny shaik
cookie
cookie is client side state management technique and it is a "small information which is stored on the browser in plain text format" cookie is created on the server and stored on the browser.
session
session is server side state management technique and "is used to maintain the state of the response on the server upto particular time period" and default time out o session is 20 minutes. session is created on the server and session id is stored on the browser in form of cookie...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of session in web application?
What is the purpose of using MVC programming pattern in ASP.NET?
Explain the difference between Web Garden and Web Farm?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Explain the difference between response.redirect vs server.transfer
How do sessions work?
What is the size of Get method and how much data it can store?
Where the assembly is stored in asp.net?
Is asp net front end or backend?
Explain serialization and deserialization?
Which method do you use to kill explicitly a users session?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is asp.net mvc5? : Asp.Net MVC
How would you create a permanent cookie?
calling result set one procedure to anothar procedure in sql2000