I want to manage Sessions with client apps of my Restful WCF Service. Client app can be a J2me application or a .NET application.
What is the recommended way of maintaining sessions in RESTFUL WCF service?
Idea is to recognize that the request is coming from an already authenticated client.