adspace


What does stateless mean?

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


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143