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
Explain serialization and deserialization?
What is view state management in asp net?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Can we use a static function with a non-static variable?
Explain Features in ASP.NET
how to include timer or counting time to display next page in asp.net
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is the appSettings Section in the web.config file?
Explain the use of duration attribute of @outputcache page directive.
Why is the standalone environment only useful during the development process?
What are Authentication and Authorization?
Explain automatic memory management in .net.
What are sessions and cookies?
How can we communicate with each server in N-tier Architecture? and what are the methods?
How to prevent client side validation from the ASP.NET validation controls?