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
Mention few asp.net validators.
What are cao and sao.
What is asp.net web application?
What is ashx file in asp.net?
Explain the use of view state?
Explain how viewstate is being formed?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What is the used of "ispostback" property?
What does asax stand for?
Explain security types in asp.net?
Which protocol is used in a web api?
Explain serialization and deserialization?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are the features that make asp.net more used framework? : asp.net mvc
Explain difference between friend and protected friend?