I have several applications that are dependent on ip address to determine the location. For example, I have a receipt program. when a user logs in to the application, the program sends a command through the terminal servers to determine the ip address of the guest. It then uses that program to look up the location in a database and print out the correct location in the database as well as record the correct monetary amounts.
The problem I have is that when users move from one location to another, they stay logged in and the numbers are saved to the original location.
Is there a way to force these applications to always start a new session when they are closed and reopened. This is urgent.
Thank you,
The problem I have is that when users move from one location to another, they stay logged in and the numbers are saved to the original location.
Is there a way to force these applications to always start a new session when they are closed and reopened. This is urgent.
Thank you,