We have a task to expose a WCF REST API where we wanted to implement the Session Management and Authentication of the Client. After googling I found that the Session Management is not possible with WebHttpBinding .
Is there any other mechanism to implement Session Management in WCF REST API ?