what is session . how it is use ?

Answers were Sorted based on User's Feedback



what is session . how it is use ?..

Answer / hitesh chandegara

session variables to share information between the pages of
asp.net web application.

usage

initialization of the state

session["variable name"]=initialization;

get the values from the session

label1.text=session["variable name"].tostring();

Is This Answer Correct ?    14 Yes 0 No

what is session . how it is use ?..

Answer / ff

session is special kind of memory for individual users .
best example

if you access any website it's asking username and
password once we provide the creditionals its create session
for each user session has time out of 20 minutes so this
memory maintain by webserver .

session["name"]=value

Is This Answer Correct ?    3 Yes 0 No

what is session . how it is use ?..

Answer / michael jerold

save he date in diffrent page an u can access the data value
from session variable.

to manage the state management in asp.net

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

Difference Between ReadOnly and Constant Variable in compile time and Run Time.

3 Answers   Phoenix Technologies, Quadrant,


How many types of state management are there in asp net?

0 Answers  


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

1 Answers  


What is difference cookie and session?

0 Answers  


Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?

1 Answers  






How many types of cookies are there in asp.net?

0 Answers  


Explain the difference between Web Garden and Web Farm?

0 Answers   Sans Pareil IT Services,


How to write test case (Unit test plan)

1 Answers   Syntel,


how to debug web services on consumer side?

0 Answers   HCL,


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

0 Answers  


How ASP.NET page works?

0 Answers   MCN Solutions,


How can you display all validation messages in one control?

0 Answers  


Categories