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
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.