mukta schrieb: > Yes I understand 'Multiple Ip address' is one of the constraints. But > as the part of showing session info will have to send Ip adress to the > backend, as there are more than one user interfaces.
So what? Every user interface is contacting the server and every servlet container with some selfrespect is able to distinguish these by assigning them unique session-IDs (e.g. as Cookie). If you really use the IP-address for identification you're unable to run two instances of your application on the same machine, e.g. on a multi-user system (Windows Terminal Server or multiple X sessions on a Unix box). > I will give a try for java applet as you sugggested. Don't Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
