• Resolved pablo07

    (@pablo07)


    plugin abuses using the php session_start () function.

    By this the page can not be saved to the cache by an open session.

    More specifically, it’s about: class.WpdiscuzCore.php:59

        private function __construct() {
            if (!is_admin() && !session_id()) {
                session_start();
            }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘PHP sessions’ is closed to new replies.