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
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is manifest in .net framework?
Explain the benefits of viewstate?
Can you explain architecture of your project ?
Can action method static?
What is meant by server side scripting?
What are the main differences between asp and asp.net?
How do you open a page in a new window?
Difference between singleton and singlecall.
What is the use of service provider?
Can we have multiple web config files for an asp.net application?
Which adapter should you use, if you want to get the data from an access database?
How to display validation messages in one control?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
How would you turn off cookies on a page of a website?