Saturday, October 30, 2021

What is stateless in web site.

 Website is stateless means that every time a new instance is created when we send the request from client to server. and 

in web api no information stored on server side on each request information.

No comments:

Post a Comment