How many types of session in asp.net2.0
Answer Posted / jigar
two Types:
(1) Session InProc:
INProc
(2) session OutProc:
State Server
Sql Server
Is This Answer Correct ? | 32 Yes | 5 No |
Post New Answer View All Answers
What is redirectpermanent in asp.net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Which is the parent class of the ASP.NET server control?
Define static function?
What is the differences between a primary key and a unique key in sql server?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is bound controls
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is a gridview in asp.net?
What are sessions used for?
What is the difference between stored procedure vs function?
What is asp.net globalization?
What are the advantages of asp.net mvc framework? : asp.net mvc
Where you store Connection string in "Web.Config" file in ASP.NET?
Explain the flow of processing of the request? : asp.net mvc