Log out after use (per application)

bcdudley

Member
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,
 
I think the check box for "Reconnect sessions using client’s IP address only" under load balancing may do what I need, but I am not certain. I am trying to contact 2X to find out.

I do not want to restrict the applications to only certain locations. I just want a new session started if the client address changes.

My concern with the checkbox for "Reconnect sessions using client’s IP address only" is that a different client will connect to that users session if the user changes computers.
 
Back
Top