We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a random time , redemption disconnect my session and i have this log
Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Session User inactivity : closing Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Close because of user Inactivity Mar 29 21:49:42 RDP-Proxy rdpproxy: [rdpproxy] psid="161704648123295" user="xxx" type="TARGET_DISCONNECTION" reason="Connection closed on inactivity" Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Socket RDP Target (7) : closing connection Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- ---<> Front::must_be_stop_capture <>--- Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- ++++++++++++++++++++ create_mod(MODULE_INTERNAL_CLOSE_BACK) +++++++++++++++++++++++ Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- ----------------------- create_close_mod_back_to_selector() -> ModPack ----------------- Mar 29 21:49:42 RDP-Proxy rdpproxy: [RDP Session] session_id="" client_ip="10.0.8.2" target_ip="172.30.0.164" user="mauro.celli" device="172.30.0.164" service="" account="xxxx" type="SESSION_DISCONNECTION" duration="0:14:59" Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Stop signal sent by close box Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Client Session Disconnected Mar 29 21:49:42 RDP-Proxy rdpproxy: [rdpproxy] psid="161704648123295" user="mauro.celli" type="DISCONNECT" Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Socket Authentifier (4) : closing connection Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Socket RDP Client (5) : closing connection
session_timeout is 900 but the disconnection occure randomly. Thanks
The text was updated successfully, but these errors were encountered:
The target inactivity timer is configured with [globals] inactivity_timeout. [globals] session_timeout concerns widgets.
[globals] inactivity_timeout
[globals] session_timeout
Sorry, something went wrong.
No branches or pull requests
In a random time , redemption disconnect my session and i have this log
Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Session User inactivity : closing
Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Close because of user Inactivity
Mar 29 21:49:42 RDP-Proxy rdpproxy: [rdpproxy] psid="161704648123295" user="xxx" type="TARGET_DISCONNECTION" reason="Connection closed on inactivity"
Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Socket RDP Target (7) : closing connection
Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- ---<> Front::must_be_stop_capture <>---
Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- ++++++++++++++++++++ create_mod(MODULE_INTERNAL_CLOSE_BACK) +++++++++++++++++++++++
Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- ----------------------- create_close_mod_back_to_selector() -> ModPack -----------------
Mar 29 21:49:42 RDP-Proxy rdpproxy: [RDP Session] session_id="" client_ip="10.0.8.2" target_ip="172.30.0.164" user="mauro.celli" device="172.30.0.164" service="" account="xxxx" type="SESSION_DISCONNECTION" duration="0:14:59"
Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Stop signal sent by close box
Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Client Session Disconnected
Mar 29 21:49:42 RDP-Proxy rdpproxy: [rdpproxy] psid="161704648123295" user="mauro.celli" type="DISCONNECT"
Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Socket Authentifier (4) : closing connection
Mar 29 21:49:42 RDP-Proxy rdpproxy: INFO (23295/23295) -- Socket RDP Client (5) : closing connection
session_timeout is 900 but the disconnection occure randomly.
Thanks
The text was updated successfully, but these errors were encountered: