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
How many types of validators are there in asp net?
How can you register a custom server control to a web page?
What is data caching?
What is a server farm in iis?
What is a postback ispostback and autopostback in asp net?
Explain the server control events of asp.net ?
Why web api is better than wcf?
Explain the Order of events in an asp.net page?
Explain client-side scripting?
What is aspect-oriented programming?
What role “#&&” plays in a querysting?
What is difference between session and cookie?
How does the service stream content?
Where web.config file is used?
Can you explain one critical mapping? Performance issue which one is better?