A brief difference between Session and Cookies in asp.net
Answer Posted / guest
session is server side which is store in server memory and
every user having doifferent id .
cookies are store at clinet side either in browser or hard disk
both are used for page post back
| Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
when a request is made in Life cycle of ASP.NET page .
Explain the main differences between asp and asp.net?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Which method is used to force all the validation controls to run?
How can we create a website?
What is server infrastructure?
What are the Difference between asp.net and asp ?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is latest version of asp.net mvc? : Asp.Net MVC
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Where is cookie used in asp.net?
What is asp net_sessionid?
What language does asp.net use?
Mention the execution process for managed code?