Session persistence problem
Posted
by YsoL8
on Stack Overflow
See other posts from Stack Overflow
or by YsoL8
Published on 2010-04-08T11:54:23Z
Indexed on
2010/04/08
12:03 UTC
Read the original article
Hit count: 365
Hello
I'm having a problem with getting sessions to persist, and having no luck searching, I need to ask.
I can access the contents of my session as expected when first set, but as soon as the page refreshes I lose everything and I don't see why. session_start()
is set and I'm not unseting or destroying anything. I looked at PHP Info under sessions and everything looks ok (but my understanding of sessions is limited).
I'm running MAMP on OS 10.5, and the last time I used sessions they worked.
© Stack Overflow or respective owner