Why is it important to maintain session state?



Why is it important to maintain session state? ..

Answer / 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

More ASP.NET Interview Questions

Describe a diffgram ? Write any one use of that?

3 Answers   Siebel,


Do cookies store passwords?

0 Answers  


What is scope of an application variable in asp.net?

0 Answers  


How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

0 Answers   CTS,


Is global asax mandatory?

0 Answers  






What is skin in asp.net?

0 Answers  


is gateway for sms continue connected for sending sms.how?

0 Answers  


What’s the difference between Response.Write() andResponse.Output.Write()?

1 Answers  


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

2 Answers  


What data types do the RangeValidator control support?

2 Answers  


What is operator overloading in dotnet

1 Answers  


What is reflection and disadvantages of reflection?

6 Answers   Microsoft,


Categories