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
How you can access the values from the Repeater control in ASP.NET?
Explain diff. Between friend and protected friend?
What are the different validators in asp.net?
How can u debug your .net application?
Which methods validate all the controls on a page?
Define machine.config in .net?
What is the basic difference between asp and asp.net?
Explain asp.net mvc request life cycle? : asp.net mvc
How to sign out from forms authentication?
Apart from IDE what are the enhancements in asp.net 2.0?
What is preprocessor in .net? Where it use?
Which type of state management is provided by Query String in ASP.NET?
What is dynamic web page with example?
Why cyclomatic complexity is important?
How is mvc different from asp.net? : Asp.Net MVC