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
What is a web pool?
Explain a program using code nuggets to create a simple application? : asp.net mvc
Do you know using sql cache invalidation?
Explain the difference between panel and groupbox classes using .net?
What is the difference between union and join?
What is inproc and outproc?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What is mvc in angular?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is the full form of asp.net?
Do you support digital rights management to protect my videos?
What is a viewbag?
Which is better union or union all?
What is advantage of asp.net?
What is difference between web api and web services?