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

why we should use more than one web.config files in our application? I have two web.config files in my application. One in the root directory and another one inside a sub folder. When the application runs which web.config file will run? why?

1 Answers  


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

0 Answers  


What are client activated objects and server activated objects?

0 Answers  


How to use multiple scriptmanager controls in a web page?

0 Answers  


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

0 Answers  






How do I use a proxy server when invoking a web service?

0 Answers  


How to create multi language website in asp.net mvc? : Asp.Net MVC

0 Answers  


What is the default Orientation property in a Menu control?

0 Answers   Sans Pareil IT Services,


What is the difference between adding reference in solution explorer and adding references by using ?

0 Answers  


About Windows/Forms Authentication

1 Answers  


What is difference between asp.net and asp?

0 Answers  


How to change Master page in ASP.Net using code?

0 Answers   HCL,


Categories