You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If another plugin or the theme sets up the session before we hook in, PHP 7.2 will trigger a warning pointing out that we've tried to reset the save handler after a session is already active. We need to hook in as early as possible and trigger our own error if something has interfered with the system's normal path of operation.
The text was updated successfully, but these errors were encountered:
* Add some defense to ensure end users are running the correct version of PHP before loading the system. (#76)
* Eliminate a race condition where another plugin or the theme created the session first. (#75)
* Schedule a cron to auto-delete expired sessions. (#77)
Closes#75, closes#76, closes#77, resolves#78.
Reported in the WordPress forums => https://wordpress.org/support/topic/php-7-2-warning-5/
If another plugin or the theme sets up the session before we hook in, PHP 7.2 will trigger a warning pointing out that we've tried to reset the save handler after a session is already active. We need to hook in as early as possible and trigger our own error if something has interfered with the system's normal path of operation.
The text was updated successfully, but these errors were encountered: