| Author |
What does stateless mean ?
|
jose chiramal
Ranch Hand
Joined: Feb 12, 2010
Posts: 266
|
|
HTTP is a stateless protocol
What does stateless mean here ?
|
 |
shivendra tripathi
Ranch Hand
Joined: Aug 26, 2008
Posts: 263
|
|
|
In http subsequent request doesn't know anything about the previous request. Every request is the new request and doesn't retain the state of previous one. Session are used to provide state so that server will be aware if subsequent request comes form the same user.
|
SCJP 1.5(97%) My Blog
|
 |
 |
|
|
subject: What does stateless mean ?
|
|
|