Viewing 2 replies - 1 through 2 (of 2 total)
  • if (!$_SESSION) session_start();

    $_SESSION['some_var_name'] = 'some var value';

    Thread Starter yakuter

    (@yakuter)

    it doesn’t work. I register a variable but it doesn’t go on the other pages and I can’t say session_start(). it says the header problem:(

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

The topic ‘sessions in plugin’ is closed to new replies.