Performance Issue: An active PHP session was detected
-
Enabling this plugin causes the following performance error to be displayed:
An active PHP session was detected
Disabling this plugin removes the error.
I believe this plugin is causing a PHP session to be opened without closing it.
It’s likely that, if something is being appended to the session, you’ll need to add this after:
session_write_close();
- The topic ‘Performance Issue: An active PHP session was detected’ is closed to new replies.