You forgot session_start()
on download-software.php
You must always call session_start()
before any html data to be able to use $_SESSION in your script
MatTheCat
2010-10-11 15:38:04
You forgot session_start()
on download-software.php
You must always call session_start()
before any html data to be able to use $_SESSION in your script
You need to add another session_start()
to the beginning of download-software.php to resume the session you started from download-registration.php.