How many types of session in asp.net2.0
Answer Posted / srinivasareddy
i) in process session
II)out Process session
III) Sql-server session
In process session by default in web.cofig File.
out process is stored at server side.
Sql-server session is stored in Database(Sql).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How you can access the properties and controls of master pages from content pages?
What is inheritance and an how it be used, example with an example?
What is the difference between visual basic and asp.net?
What are different types of api?
What is preprocessor in .net?
What is the use of the tag in the web.config file?
Explain the asp.net session state modes.
What are validators and list some validators of asp.net?
Explain difference between friend and protected friend?
How does asp net store session ids by default?
How do you handle server controls?
Do you know about caching with the datasource controls?
What is the maximum timeout we can set for Cookies?
Explain the benefits of viewstate?
Who generates session id?