PHP 8.5.0 Alpha 2 available for testing

Voting

: four plus one?
(Example: nine)

The Note You're Voting On

jortsc at gmail dot com
11 years ago
Note that if you run that code and you print out the content of $_SESSSION[$key] you get an empty array due that session.upload_progress.cleanup is on by default and it cleans the progress information as soon as all POST data has been read.

Set it to Off or 0 to see the content of $_SESSION[$key].

<< Back to user notes page

To Top