Explain the scenario where we go for inpro and outpro session?

Answer Posted / tanveer

web Application is statless ,no state is maintained between
browser ans server , many ways are there to maintain state
on server or/and clent ,session is one of the most
important object to maintain state on server side .
Session can be stored on three different physical space,
1)on the same location were the application run i.e. in the
same process in worker process. which is known as inproc
In which form authentication can work and session_end
function does work in global.asax file.

inproc is the fastest way ,
but it gets referesh when iis recycle or restarted and data
lost.

2) out proc is the another way to store session on another
location (server) .


3) sql server state session is storedon sql server data
table

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can master pages be nested?

518


Contrast OOP and SOA. What are tenets of each ?

1742


How many validators do ASP.NET have?

611


Describe the events in the life cycle of a web application.

603


How can we implement a identity (sql server) call in an asp.net page?

560






Can asp.net work on an nt server?

557


What is Pre-Render event in ASP.NET?

592


what are the Custom controls in asp.net?

570


Is oauth for authentication or authorization?

592


How to comment out asp.net tags?

632


What is gridview in asp.net?

522


Describe state management in asp.net?

553


What is the difference between exe and dll?

556


How do I publish my asp.net application to my isp's web server?

590


What is css and what is it used for?

559