Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jazztpt

    (@jazztpt)

    Anyone have any ideas on this? I’m probably not the only person who wants to do something similar…what have other people done?

    Thanks

    I’ve done this on my webite:

    wp-settings – line 37 :

    change

    $input = array_merge($_GET, $_POST, $_COOKIE, $_SERVER, $_ENV, $_FILES, isset($_SESSION) && is_array($_SESSION) ? $_SESSION : array());

    to

    $input = array_merge($_GET, $_POST, $_COOKIE, $_SERVER, $_ENV, $_FILES);

    This worked for me… but I don’t know if some new troubles will arrive then 😀

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How can I disable session refresh?’ is closed to new replies.