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
Why select Web API?
Why is mvc better than asp.net?
What is microsoft windows sharepoint services?
How to create events for a control?
What is application state?
What is synchronous and Asynchronous post back ?
What is the Difference between MVC And MVP design pattrens
What are sql notifications and sql invalidations?
What is web api and why to use it?
How to you can limit Access to Web API to Specific HTTP Verb?
What is difference between view state and session state?
Can you explain one critical mapping? Performance issue which one is better?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What are the two properties that are common on every validation control?
What are client activated objects and server activated objects?