• Resolved Kristian

    (@kristianbu)


    Hello,

    when I am visiting my wordpress page the first time in a browsing session, the following error appears:

    A session had already been started - ignoring session_start() in \wp-content\plugins\ad-blocking-detector\ad-blocking-detector.php on line 51

    I think, the error appears, because the session is already started by another plugin. May be it is a good idea to implement a “session-is-already-started-check” at the method abd_my_session_start (https://stackoverflow.com/a/26327280).

    It would be great, if you can solve that issue. Thank you very much!

    Regards, Kristian

    https://www.ads-software.com/plugins/ad-blocking-detector/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks for bringing that to my attention. The session has been the source of numerous problems and dealing with it in a way that works for everyone requires careful manipulation.

    I believe I have fixed it so that you will not receive the error, however, I haven’t been able to reproduce it, so I can’t test it to be sure.

    Thread Starter Kristian

    (@kristianbu)

    Thank you very much. The error is gone!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error "A session had already been started" appears’ is closed to new replies.