Ans: 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.
Http is stateless, What does this mean?
Related Posts:
What is Difference between Session and Cookies ? The basic and main difference between cookie and session is that cookies are stored in the user's browser but sessions can't store in user's browser. This specifies which is best used for. • A cookie can keep all the in… Read More
How the request is handled by IIS ? We give an URL to an aspx page in the browser address bar and press enter. What happens next? We get the response in terms of rendered HTML but how? We are requesting something from the browser, which means indirectly … Read More
What is state management? Ans: State management is the process by which you maintain state and page information over multiple requests for the same or different pages. … Read More
What is asp.net life cycle ? Life Cycle EventsPreInitThe properties like IsPostBack have been set at this time.This event will be used when we want to: Set master page dynamically. Set theme dynamically. Read or set profile property values. This … Read More
Advantages and disadvantages of Session? Following are the basic advantages and disadvantages of using session. I have describe in details with each type of session at later point of time. Advantages: It helps maintain user state and data all over the application… Read More
0 comments:
Post a Comment