Results 1 to 3 of 3
- 01-28-2008, 02:27 PM #1
Member
- Join Date
- Jan 2008
- Posts
- 2
- Rep Power
- 0
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.
- 01-28-2008, 06:09 PM #2
You can have session object of all clients that connect to the the server if it is webclient. Otherwise you can track the client using their ip address (getRemoteAddr() )
dont worry newbie, we got you covered.
- 01-29-2008, 07:03 AM #3
Member
- Join Date
- Jan 2008
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
response.setContentType
By bbq in forum Java ServletReplies: 3Last Post: 01-17-2012, 05:37 PM -
Receiving UDP pockets
By Java Tip in forum java.netReplies: 0Last Post: 04-07-2008, 08:08 PM -
Identify Client in Socket Client Server Application
By masadjie in forum NetworkingReplies: 1Last Post: 12-20-2007, 09:18 AM -
Nokia 5300 freezes when playing sound after receiving a call
By presto in forum CLDC and MIDPReplies: 2Last Post: 10-31-2007, 03:55 PM -
response.sendRedirect(url)
By mutuah in forum Advanced JavaReplies: 2Last Post: 08-07-2007, 01:56 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks