Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions reference/session/functions/session-gc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
<link linkend="ini.session.gc-probability">session.gc_probability</link>
to 0.
</para>
<note>
<para>
For <function>session_gc</function> to work correctly, the
<link linkend="ini.session.save-path">session.save_path</link> 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 / sandbox features such as SystemD's PrivateTmp.
</para>
</note>
</refsect1>

<refsect1 role="parameters">
Expand Down