Doesn’t work with redirect
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Doesn’t work with redirect’ is closed to new replies.