G
Glenn
Hi,
Is possible for as administrator to gracefully close a disconnected user
session without knowing that user's password?
Resetting the session damages the database application running in the
users space.
If the user password is known, one could open a new tempory session
(sometimes our TS does not reconnect to the old one) and then connect to
the previous one. the app can be closed correctly, the session closed
and the temporaty session resetted (killed).
But as stated, only if the user's password is known. and asking each
user to give me his/her password defeats the needs for passwords.
I could implement the one-session script as described on this fine site
http://terminal.servebeer.com/php/single_logon_and_reconnect.php
but this relies on the user logging in again, which is sometimes not
possible as his internet connection could be down.
best regards
glenn
Is possible for as administrator to gracefully close a disconnected user
session without knowing that user's password?
Resetting the session damages the database application running in the
users space.
If the user password is known, one could open a new tempory session
(sometimes our TS does not reconnect to the old one) and then connect to
the previous one. the app can be closed correctly, the session closed
and the temporaty session resetted (killed).
But as stated, only if the user's password is known. and asking each
user to give me his/her password defeats the needs for passwords.
I could implement the one-session script as described on this fine site
http://terminal.servebeer.com/php/single_logon_and_reconnect.php
but this relies on the user logging in again, which is sometimes not
possible as his internet connection could be down.
best regards
glenn