top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Http is stateless, What does this mean?

+5 votes
450 views
Http is stateless, What does this mean?
posted Dec 11, 2014 by Manikandan J

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

HTTP is stateless:
1.HTTP is a connectionless and this is a direct result that HTTP is a stateless protocol.
2.The server and client are aware of each other only during a current request.
3. Afterwards, both of them forget about each other.
4.Due to this nature of the protocol, neither the client nor the browser can retain information between different request across the web pages.

answer Dec 11, 2014 by Sridharan P
Similar Questions
0 votes

In one of the article two keywords "stateless" and "statefull" are used in the context of Diameter protocol.
Can someone please explain about stateless and statefull session with an example ?

+2 votes

As I have recently started to work on diameter. since I am new for diameter protocol.
For now, I just want to know what does the mean of stateless and stateful in diameter ?

...