Session not being saved.
-
<?php
$_SESSION[“memberid”]=”3″;
?><script>
document.location=”/member-submission”;
</script>If it were working the next page would see $_SESSION[“memberid”].
Just confirming I don’t need to do a session_start() anywhere. Also this is very frustrating.
The page I need help with: [log in to see the link]
- The topic ‘Session not being saved.’ is closed to new replies.