|
Finding out the client who is receiving the response.
hi all,
ok my question is
Once the client logs in, he can add a task to the server from a jsp page. After the task had been added the server is sending a response stating that your task has been added sucessfully and the task id is so and so. Now my reqiurement is i have to find out the user who is adding the task. i mean i have to find out who has added that particular task and to which client the server is sending this response. How can i trace this.
|