For a given user on the same IP, what I see on DACS Station is that there can be multiple sessions
1) How can we identify each session for the user on same IP?
2) When we use AuthorizationAgent -> logout(handle), the user does not get disconnected on the DACS Sink Station's Login View, still shows up, however if this is supplemented by AuthorizationAgent's destroy() and AuthorizationMCSystem -> release(), the user gets completely logged out - why is this so?
3) How can we individually logout user session? while not impacting the other?