Answer Posted / raghumadhav tirunagari
In addition ASP.NET allows session state to be preserved
even if the user has cookies disabled or if the Web
application is hosted by several different servers. In
classic ASP either scenario would prevent session variables
from maintaining state. An example of a session variable is
one that contains a user Id and password. The user cannot
access any page in the site if he/she is not logged in.
Before the page is rendered, the user ID and password are
accessed through the session variable and checked to ensure
that the values are legitimate.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ipostback?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is the purpose of url encoding?
What does asax stand for?
How can we update records in gridview?Is there any appropriate code for it?
What are the different types of validation controls provided in ASP.NET?
What are the different types of cookies in asp.net?
Define application state variable and session state variable?
What is the concept of view state in asp.net?
How you can add an event handler?
What is the displayafter property in updateprogress control?
Which is faster viewbag or viewdata?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What does clearing cache?
Explain difference between friend and protected friend?