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 %20 in a url?
What are the advantages and disadvantages of session?
What is ispostback property?
Out of ASP or ASP.NET which one is stateless?
What are the major built-in objects in ASP.NET?
What is data cache in sql server?
How to use push notification?
Do cookies store passwords?
What are the features that make asp.net more used framework? : asp.net mvc
How long should a session id be?
Define transparent caching with aop?
What are the features of asp net?
Explain MVC model binders?
Explain server control extensibility with reference to asp.net 2.0 ?
How many languages are supported by .NET at present time?