include ‘temp107h.php’; continues the session
header(‘Location: http://localhost/temp107h.php’); breaks the session.
How can I use header() and not break the session?
Search
header(‘Location: http://localhost/temp107h.php’); breaks the session.
How can I use header() and not break the session?