mirror of
https://github.com/OVERLORD7F/SVMU.git
synced 2026-02-05 00:30:43 +03:00
web session_idle_timeout #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @OVERLORD7F on GitHub (Nov 17, 2025).
set session timeout more than 9999 through PUT /api/controllers/update-system-settings/ (GET /api/controllers/system-settings/) ?
@OVERLORD7F commented on GitHub (Nov 17, 2025):
basically no timeout at 999999
@OVERLORD7F commented on GitHub (Nov 19, 2025):
😭😭😭😭😭😭
{
"errors": [
{
"session_idle_timeout": "Убедитесь, что это значение меньше либо равно 9999.",
"code": "max_value",
"msg_key": "session_idle_timeout"
}
]
}