Answer Posted / prakash j
There are three kinds of session, and they are listed as follows
1. Inprocess.
2. Outprocess.
3. Sql server session.
where they are stored.
1. inproc - default stored in web.config.
2. outproc - stored in server side.
3.Sql server - stored in database.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the use of dispose method?
What is a ashx file?
Why is string called immutable data type?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is css in asp.net?
What is the purpose of master page?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Can I tap into other windows livetm services?
How many ways are there to maintain a state in .net? What is view state?
Do cookies store passwords?
Why viewstate is used in asp.net?
How many types of validation are there?
What is a url string?
What is postback pixel?
What does mvc represent in asp.net? : asp.net mvc