diff --git a/reference/session/functions/session-gc.xml b/reference/session/functions/session-gc.xml index 0f12d0b08d39..9bdbb80e2434 100644 --- a/reference/session/functions/session-gc.xml +++ b/reference/session/functions/session-gc.xml @@ -30,6 +30,15 @@ session.gc_probability to 0. + + + For session_gc to work correctly, the + session.save_path must be set + to the same value as web requests and the script must have access and + permissions for the same files. This may be affected by the user the script + runs as and container / sandboxing features such as systemd's PrivateTmp= option. + +