D
David Segall
I need to supply users of my Java Server Faces application with a
unique URL so that I can identify them when they arrive at the site.
The obvious way is with one, or in my case preferably two, GET
parameters. How do I read those parameters? My Internet searches have
not provided a neat answer and have indicated that the problem is
difficult. Is there an alternative that will yield the same result?
unique URL so that I can identify them when they arrive at the site.
The obvious way is with one, or in my case preferably two, GET
parameters. How do I read those parameters? My Internet searches have
not provided a neat answer and have indicated that the problem is
difficult. Is there an alternative that will yield the same result?