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

What is query string in asp.net?

0 Answers  


What is the difference between a Thread and Process?

1 Answers  


What is difference between ispostback and autopostback in asp net?

0 Answers  


What methods are fired during the page load?

3 Answers  


is it possible to set more than web.config file for an ASP.net APPLICATION?can it run?how is it possible

3 Answers  






which method marks a config file section for encryption?

1 Answers  


A web service can only be written in .net? State whether true or false.

0 Answers  


Is a dll file an executable?

0 Answers  


what is the deference between dataset and data adapter?

4 Answers   TCS,


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

0 Answers  


When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.

4 Answers   Syntax Softtech,


what do you mean software devlopment ?

9 Answers   HCL,


Categories