• Resolved wbeaumo

    (@wbeaumo)


    I have a site that’s hosted on Pantheon, and since installing Really Simple SSL I’ve noticed the same error pops up again and again. It’s triggered by 3 ini_set() directives that RSSSL added to wp-config.php. The message is always the same: “Session ini settings cannot be changed after headers have already been sent”. Any ideas as to how to fix this? The directives are the first commands in wp-config.php, so if headers are being sent before that it’s out of my control, no?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    It indeed looks like some code already is sending headers before the wpconfig is loaded.

    Possibly your hosting company knows what that is. Alternatively you can comment the lines out with //

    Hi @wbeaumo,

    We haven’t heard from you in a while, is the issue resolved? We are happy to help you further.

    Kind regards, Kim van Dijk

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Session cookie settings in wp-config.php do not work’ is closed to new replies.