ASP.NET INTERVIEW QUESTION ANSWERS What is state management? State management is the process by which you maintain state and page information over multiple requests for the same or different pages. Http is stateless, What does this mean? Stateless protocol is a communications protocol that treats each request as an independent transaction that is unrelated to any previous request so that the communication consists of independent pairs of requests and responses. What is Session? We know that Http is stateless, means when we open a webpage and fill some information and then move to next page then the data which we have entered will lost. It happed do to Http protocol stateless nature. So here session come into existence, Session provide us the way of storing data in server memory. So you can store your page data into server memory and retrieve it back during page postbacks. What are the Advantage and disadvantage of Session? Adv...
Providing latest technology information, business news, trip travels, national & international news, current affairs, history and much more....