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 asp.net ajax?
Explain how asp.net different from asp?
What is aspect-oriented programming?
What are Authentication and Authorization?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What are user controls?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is class and object in asp.net?
What is the difference between CLICK and MOUSE DOWN Event ?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Where is the session stored?
List of words of preprocessor in .net?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is the difference between “Web.config” and “Machine.Config”?