How many types of session in asp.net2.0
Answer Posted / srinivasareddy
i) in process session
II)out Process session
III) Sql-server session
In process session by default in web.cofig File.
out process is stored at server side.
Sql-server session is stored in Database(Sql).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the asp.net page life cycle.
What is the latest version of asp.net?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What are the advantages and limitations of query string?
What is difference between asp.net and asp?
What is application in asp net?
What are the event handlers that we can have in global.asax file?
Do session use cookies in asp net?
How many types of file extensions for razor views in ASP.Net MVC?
What does ascx stand for?
Do I need to have the latest version of windows media player installed?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Where can I get information on cookies in asp.net?
What is a Cookie? Where is it used in ASP.NET?
Mention the execution process for managed code?