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 setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is DataGrid wheater its a Server Control or something else ?
How does asp.net page work?
Explain the different types of assemblies?
Explain the use of errorprovider control in .net?
Why session is necessary in web application?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Which is the parent class of the ASP.NET server control?
What is dynamic web page with example?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
How do I publish my asp.net application to my isp's web server?
Name the two properties are on every validation control?
What is http protocol and how it works?
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?
What is the mvc framework?