Reputation: 1
In play 1.x framework, there is a method under play.mvc.Http.Request class isNew(), which identifies whether the request is new or old. In play 2.x there is no such method available. Can anyone tell the alternative for isNew method for the above task?
Upvotes: 0
Views: 18