Resolved! Session cookie generated on the server
Am I missing out on a feature completly? What I need is the following:When a server initiates a conversation with a client, it assigns a session id and sends a cookie or an URL rewrite. The client's response must go back to the same server based on t...