adspace
Answer Posted / Pawan Kumar Paswan
Stateless means that the server does not save session information between requests. Each request from any client contains all the information needed to service the request, and the server has no memory of previous request or sessions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers