How many types of session in asp.net2.0

Answer Posted / anand gopal makwa munger

There are two type of session in asp.net2.0
1. inProc Session.
2.OutProc Session(a.StateServer, b.Sql Server).
1. InProc:It is use for locally or we can say it is use for same IIS.
2.OutProc:we know IIS Memory is Limit,OutProc give us facility to bring data from different IIS.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is client side state management?

502


In ViewState How much lifespan items stored?

591


what cut off mark for po's,what questions they asked for interview?

1421


What’s the catch?

620


What are the data controls available in asp.net?

505






Define what is razor? : asp.net mvc

576


What is server transfer?

495


Which of the following .NET framework supports Web API?

638


Explain how can you debug your .net application?

531


What is the difference between stored procedure vs function?

573


What is sdlc process?

524


What is the difference between the response.write() and response.output.write() methods?

509


Give some salient points of difference between request processor and request dispatcher.

614


What r the asp.net list controls and difference between them?

506


How many types of cookies are available in asp?

577