How many types of session in asp.net2.0
Answer Posted / nizath ali
There are two main categories of session in asp.net2.0,
(1) Session InProcess:
InProc
(This is default in web.cofig file and high performence.)
(2) Session OutProcess:
State Server
Sql Server
(These out proc is useful whethr the infrmation is
maintained in between to servers that time only we can use
this sessions.)
Simply three types of session in asp.net2.0,
i)InProc
ii)State Server
iii)SQL Server
Regards,
Nizath Ali.U
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
How can you handle errors in Web API?
What is a pixel url?
What is the difference between debug and release?
What does asp stand for in asp.net?
What is the difference between session object and application object?
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?
What are the data controls available in asp.net?
how to write html code with ssl
How do you remove duplicates without using remove duplicate stage?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What are cookies in asp.net?
IN an ASP.NET Web application if there is any error, how can you debug?
Which namespace is used by ado.net?
How information about the user's locale can be accessed?