Title: PHP Warning: session_start() in error log
Last modified: January 15, 2019

---

# PHP Warning: session_start() in error log

 *  [Lindenism](https://wordpress.org/support/users/lindenism/)
 * (@lindenism)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/php-warning-session_start-in-error-log/)
 * See the error log below that I am getting
 * Solution:
    if (session_status() == PHP_SESSION_NONE) { session_start(); }
 * ========
    [15-Jan-2019 01:52:11 UTC] PHP Warning: session_start(): Failed to 
   decode session object. Session has been destroyed in /home/give/website.com.com.
   au/givell/wp-content/plugins/wordpress-social-login/wp-social-login.php on line
   64 [15-Jan-2019 01:52:11 UTC] PHP Warning: session_start(): Cannot send session
   cache limiter – headers already sent (output started at /home/give/website.com.
   com.au/givell/wp-content/plugins/wordpress-social-login/wp-social-login.php:64)
   in /home/give/website.com.com.au/givell/wp-content/plugins/wordpress-social-login/
   wp-social-login.php on line 64
 * Please update or advise

Viewing 1 replies (of 1 total)

 *  [french5000](https://wordpress.org/support/users/french5000/)
 * (@french5000)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/php-warning-session_start-in-error-log/#post-11422927)
 * Hello,
 * So, you must change this line :
 * session_id() or session_start();
 * with your code ?
 * Thank you!

Viewing 1 replies (of 1 total)

The topic ‘PHP Warning: session_start() in error log’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-social-login_a1a2bc.svg)
 * [WordPress Social Login](https://wordpress.org/plugins/wordpress-social-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-social-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-social-login/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-social-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-social-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-social-login/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [french5000](https://wordpress.org/support/users/french5000/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/php-warning-session_start-in-error-log/#post-11422927)
 * Status: not resolved