How many types of session in asp.net2.0
Answer Posted / vivek
1.In Proc (bydefault, highest performance)
2. out Proc/state server(differe dedicated server)
3. SQL server(Reside in mssql databse)
| Is This Answer Correct ? | 22 Yes | 14 No |
Post New Answer View All Answers
What are sessions in asp net?
What's the ASP.Net Application life cycle?
What are custom controls?
How to sign out from forms authentication?
What are directives in asp.net?
Explain the differences between clr & cts?
Why do we need master page in asp.net?
Can we handle the error and redirect to some pages using web.config?
Which is better php or asp.net?
What is jade template engine?
Define application state variable and session state variable?
What is asp.net architecture?
What is different authentication mechanisms used in ASP.NET?
How would you create a permanent cookie?
What is caching? What are different ways of caching in asp.net?