I would say all web communication is stateless except some of the new technologies like SignalR
[Async signaling library for ASP.NET to help build real-time, multi-user interactive web applications]
.
You make a request and get a response, that is it, perhaps what you are thinking of is not using ViewState like in webforms.