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

explain code with datachaching with example

1 Answers  


Explain the server control events of asp.net ?

1 Answers  


Where on the Internet would you look for Web services?

5 Answers   IBM, MNC, Siebel Systems,


what are the new server controls added in Asp.net 2.0?

1 Answers   DOSPL,


Do cookies store passwords?

1 Answers  


About delegates ?

7 Answers   TCS,


What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?

1 Answers   Innvectra,


What is user control in asp.net?

1 Answers  


What is a Windows Service and how does its life cycle differ from a standard EXE?

2 Answers  


Where is the view state data stored?

1 Answers  


Define dll hell?

1 Answers  


Which control has default post back is enabled(true)?

1 Answers   Sans Pareil IT Services,


Categories