From 5e884a39ad01aa2de4c0f426a0719659456e1c17 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 22 Jul 2026 08:16:52 +0000 Subject: [PATCH] fix: rdp-proxy heartbeat now uses sid from URL instead of static SESSION_ID Static SESSION_ID=rdpslot-N did not match the actual session UUID in DB, so touch requests returned 404, last_access_at was never updated, and sessions expired immediately after 5 minutes without user activity tracking. --- rdp-proxy/entrypoint.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rdp-proxy/entrypoint.sh b/rdp-proxy/entrypoint.sh index b16c8b5..e4aa1f2 100644 --- a/rdp-proxy/entrypoint.sh +++ b/rdp-proxy/entrypoint.sh @@ -179,8 +179,9 @@ cat > /opt/portal/index.html <