Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi, where should i include this code

    if ( !session_id() )
    add_action( 'init', 'session_start' );
    
    $noUnset = array('GLOBALS', '_GET', '_POST', '_COOKIE', '_REQUEST', '_SERVER', '_ENV', '_FILES', 'table_prefix');
    $noUnset = array('_SESSION','GLOBALS', '_GET', '_POST', '_COOKIE', '_REQUEST', '_SERVER', '_ENV', '_FILES', 'table_prefix');

    Can you help me?

Viewing 1 replies (of 1 total)