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
How will create assesblies at run time?
What is session management in web application?
what is a .xap file? Explain with an example.
Write a code snippet to implement the indentation in json in web api.
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is a postback url?
What is the main difference between Asp.net and Vb.net?
How you can stop the validation of ASP.NET controls from client side?
What are the Types of objects in ASP
What is a page life cycle? What are the events in a page life cycle?
What is round trip in asp.net?
how can create login from create and written conde in asp.net
Explain what are webservices?
What are the major built-in objects in ASP.NET?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?