So here's an interesting project:
We have a legacy system that runs in many locations via Citrix (brick and mortar stores)
We use a large farm for Citrix, so when you log in, you never know which server you will connect with.
We want to be able to programmatically determine which store the user is in.
I was thinking that if Citrix provides a way to use location services, then we might be able to use that. The trick would be that I need the location of the physical client machine, not the random Citrix session that is hosting the application.
Is there a way to do that? Is there any other way to help correlate the location?