How do you manage session in ASP and ASP.NET?



How do you manage session in ASP and ASP.NET?..

Answer / simran_8185@rediff.com

session["sessionname"]=value to be stored
like
session["uid"]=ds.tables[0].row[0][0].tostring();

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How do you initiate validation on the server manually? What are two situations when you might you want to do that?

0 Answers  


Explain about asp.net state management?

0 Answers  


Difference between Response.Expires and Expires.Absolute ?

1 Answers   Accenture, BirlaSoft,


What is runtime host ?

3 Answers   Digital GlobalSoft,


Describe the disadvantage of cookies.

0 Answers  


How to improve performance of web application asp.net mvc? : Asp.Net MVC

0 Answers  


How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?

0 Answers  


What is another word for redirect?

0 Answers  


what is asp.net

12 Answers   Dynacs,


How many types of web application ?

1 Answers  


Why does a user need nothing more than a Web browser to view ASP.NET pages?

1 Answers  


What is the equivalent of date() and time() in asp.net?

0 Answers  


Categories