If REST applications are supposed to be stateless, how do you manage sessions?

前端 未结 16 1252
既然无缘
既然无缘 2020-11-22 10:23

I\'m in need of some clarification. I\'ve been reading about REST, and building RESTful applications. According to wikipedia, REST itself is defined to be Representation

16条回答
  •  一向
    一向 (楼主)
    2020-11-22 10:47

    Have a look at this presentation.

    http://youtu.be/MRxTP-rQ-S8

    According to this pattern - create transient restful resources to manage state if and when really needed. Avoid explicit sessions.

提交回复
热议问题