reference/session/upload-progress.xml
184f3f7bd45643cb80f828d0bb001991ec3a5fad
...
...
@@ -120,6 +120,14 @@ $_SESSION["upload_progress_123"] = array(
120
120
such as Nginx are known to buffer larger requests.
121
121
</para>
122
122
</warning>
123
+
<caution>
124
+
<para>
125
+
The upload progress information is written to the session before any scripts
126
+
are executed. Therefore changing the session name via <function>ini_set</function>
127
+
or <function>session_name</function> will give a session without the upload
128
+
progress information.
129
+
</para>
130
+
</caution>
123
131

124
132
</chapter>
125
133

126
134