Answer Posted / sushil
asp.net supports 2 types of sessions
inprocess:session maintained by application domain[default]
outprocess:session maintained outside application
domainexternal to worker process.the external process can be:-
(i)state server:is a service of o/s which comes with .net
installation.this supports temopary storage.
(ii)sqlserver:persistent storage is supported.
(iii)custom:requires manual coding
cookieless session:it is a concept of providing sessionid to
client by appending to url.
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Why is xap important?
Explain cookies with example.
What is the concept of view state in asp.net?
What is preprocessor in .net? Where it use?
How does exception management works in ASP.NET?
Define tracing.
How would you get asp.net running in apache web servers? Explain it's limitations.
What is the difference between user control an custom control?
What are the advantages and disadvantages of session?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Which validator control you use if you need to make sure the values in two different controls matched?
What is application session?
Explain the difference between Web Garden and Web Farm?
Explain parts of assembly?