I never unset a $_SESSION variable or destroy the session but the next day I'll come to the site and the session will be gone.
I'm doing a simple $_SESSION['name'] = $_POST['name']
and then it forgets about the session.
Am I doing something wrong? Do I set a time-limit for SESSION vars?
Why would it expire?
Thanks.