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
What is the difference between “Web.config” and “Machine.Config”?
How may clustered index we can create in table?
Describe the method to create a permanent cookie?
How you can access the properties and controls of master pages from content pages?
What is a 401 redirect?
What are the major built-in objects in ASP.NET?
witch is the best insistute in sharpoint course.what abt future of share point course.
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What are the disadvantages of using session?
Which method is used to enforce garbage collection in .net?
What role “#&&” plays in a querysting?
What is work flow gen? how can it will work with .Net?
What is the mvc framework?
Explain the components of web form in asp.net
Explain form level validation and field level validation?