session wiped out between pages
问题 I'm making a login page and for some reason the session will not persist between where I set it and the page where I am forwarding to. I can comment out the header in the page where the session was initialized and see that the session has the data in it. However, when I do a print_r in the target page, the session is empty. I have already made sure that session_start is called. There is only one domain for this site and my browser is set to accept cookies. I can forward to any other page and