• nuclearping

    (@nuclearping)


    Plugin 1 on same.domain.com/page1:

    $_SESSION[ 'data' ] = 123;
    header("Location: https://same.domain.com/page2");
    exit();

    Plugin 2 on same.domain.com/page2 after redirect:

    print_r( $_SESSION );
    
    Array()
Viewing 1 replies (of 1 total)
  • Plugin Author Eric Mann

    (@ericmann)

    Where and how is this code wired on for these pages exactly?

Viewing 1 replies (of 1 total)
  • The topic ‘Doesn’t work with redirect’ is closed to new replies.