In which scenario we use Session and Cookies? With Example..
Answer Posted / naren
if you want to store user information on web application you can use session or cookies...
session will be stored in server and cookies will be in client...
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How does session work in asp net?
Explain in what order a destructors is called.
Explain Session state management options in ASP.NET.
What symbol would you use to denote, the start of a code block in aspx views?
How many types of cache are there?
Explain the server control events of asp.net ?
Whats the difference between abstract factory pattern and factory pattern?
What is session and cookies in asp.net?
How do you deploy your asp.net application?
Explain the difference between the web config and machine config.
When you use Ajax controls in the ASP.NET application?
What is data binding in asp net?
What is boxing and unboxing in asp.net?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is an asp.net web form?