How many types of session in asp.net2.0
Answer Posted / rajen
There are three types of session in asp.net 2.0
1.Inproc(In Local process and default one)
2.Stateserver(At differnt Process and need serialised data)
3.Sqlserver(At sql Server and need serialised data)
The latter two are good for working with web farms and web
gardens.
| Is This Answer Correct ? | 28 Yes | 9 No |
Post New Answer View All Answers
Why session is used in asp.net?
How do you secure your connection string information?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What are the Difference between asp.net and asp ?
Does asp.net still recognize the global.asa file?
What is asp.net used for?
What is the difference between client-side and server-side validations in webpages?
What is the use of express session?
Can you change a Master Page dynamically at runtime?
What is full form of asp.net?
What is the Difference between MVC And MVP design pattrens
What is syntax code to send email from an asp.net application?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is different authentication mechanisms used in ASP.NET?
Explain the difference between debug.write and trace.write? When should each be used?