Hello,
My $_SESSION variables disappear and reappear. It's not just
a matter of not caching the page. I usually have to press the Refresh
button about 3 times to get the page to remember the variables. Sometimes
refreshing again will cause the variables to disappear again. PHPSESSID
will often be empty after using session_start() .
Any ideas on how to limit this action?
Thanks, Ben
My $_SESSION variables disappear and reappear. It's not just
a matter of not caching the page. I usually have to press the Refresh
button about 3 times to get the page to remember the variables. Sometimes
refreshing again will cause the variables to disappear again. PHPSESSID
will often be empty after using session_start() .
Any ideas on how to limit this action?
Thanks, Ben
Comment