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
What is OSI layer? Explain different layers.
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
How do u declare static variable and how it is declared and what is its lifetime?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is event bubbling?
Will the asp.net validators run in server side or client side?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What are Authentication and Authorization?
What is the difference between session and viewstate?
Explain what is viewstate?
What is advantage of code behind coding in ASP.NET?
Explain difference between friend and protected friend?
How can we identify that the Page is Post Back?
What is the significance of attaching a profile while creating a user?