Session cookies set in frontend
-
This plugin causes a session to be started for every visitor to the website, which sends the default PHPSESSID cookie too. It looks like the session is only being used for the status message in the admin, so at a minimum it should be changed to:
if ( is_admin() && !session_id() ) session_start();
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Session cookies set in frontend’ is closed to new replies.