PHP 8.5.0 Beta 1 available for testing

Voting

: two plus five?
(Example: nine)

The Note You're Voting On

ei dot rik dot ops dot tad at gmail dot com
9 years ago
In PHP 5.6 (and probably older versions), session_regenerate_id(true) do not trigger a read() call to the session handler for the new session id.

In PHP 7, read() is triggered during session_regenerate_id(true). Nice to know when working with custom session handlers.

<< Back to user notes page

To Top