There are number of users logged in to servlet. How to send data to specific logged in user from servlet without any HTTP request from the logged in user. Which approach i should follow. Admin once logged in to servlet can see number of users with their log in details. Now admin will select one user and will post data to that user how this can be achieved.
Thanks