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
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
Can any body provide me the sample web application in asp.net
Explain how asp.net page works?
What is difference between session and viewstate?
Diff between web user control and web custom control?
How asynchronous call can be implemented using delegates?
What is difference between Fragment Caching and Page Caching in ASP.NET?
Explain the features that make asp.net more used framework? : asp.net mvc
What is postback and autopostback in asp.net?
What is custom attribute? How to create?
When cookie will expire?
What is the flow of processing of the request? : asp.net mvc
How do cookies work? Give an example of their abuse.
Can we have 2 web config files?
Is it right that ASP.NET Web API has replaced WCF?