How many types of session in asp.net2.0
Answer Posted / sabeer pasha
Three Types of Session
i) inprocess session
II)out Process session
III) SQl-server session
Inprocess session by default in web.cofig File.
out process is stored at server side.
sql-server session is stored in Database(sql).
sabeer pasha.
Is This Answer Correct ? | 52 Yes | 16 No |
Post New Answer View All Answers
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Explain Areas in MVC?
What are the types of session in asp.net?
How do you hide the columns?
What are the Types of objects in ASP
explain code with multi inhertance
How can we create pie chart in asp.net?
Can I combine classic asp and asp.net pages?
What is asp.net master page?
Explain the difference between an exe and a dll?
What are the main advantages of using asp.net?
How long do session variables last?
What is the difference between custom web user control and a custom web server control?
Can we handle the error and redirect to some pages using web.config?
Is it possible to migrate visual interdev design-time controls to asp.net?