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
Can you explain one critical mapping?
What is a multilingual website?
What language is asp.net written in?
What is http protocol and how it works?
What is asp.net used for?
Explain the overview of asp.net?
Can you explain the basic use of dataview?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is the maximum timeout we can set for Cookies?
What is preprocessor in .net? Where it use?
What is syntax code to send email from an asp.net application?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What are app services?
How can you handle exceptions in asp.net?
Define transparent caching with aop?