BP144: Your API should be stateless
Having stateless API is a big advantage because it is more scalable and easier to maintain. If there is no state stored on the web server, then you can easily use web farm with load balancer and multiple web nodes.