chantown Posted February 3, 2008 Share Posted February 3, 2008 My website is really weird: I log in, and the username session holds. But that's the only thing that holds. Other sessions gets erased! I try to set //test.php <?php $_SESSION['test'] = "yessss"; print_r($_SESSION); ?> When I go to test.php, I see my sessions for my username and my test. But when I go out of the "test.php", my username session holds but my "test" session doesn't hold anymore. Does anyone know whats wrong? Is there any way to "reset" the Sessions? (in php.ini, there's a thing called session handler = files or something?) I'm really super confused. I transferred all my files to another server, and all sessions work fine. They all hold. But for some reason this server I have keep erases the session after I leave the page. Can someone help me please? Thanks! Link to comment https://forums.phpfreaks.com/topic/89167-really-weird-session-problem-please-help/ Share on other sites More sharing options...
chantown Posted February 3, 2008 Author Share Posted February 3, 2008 Edit: I did start and end the session correctly. Link to comment https://forums.phpfreaks.com/topic/89167-really-weird-session-problem-please-help/#findComment-456593 Share on other sites More sharing options...
chantown Posted February 3, 2008 Author Share Posted February 3, 2008 I figured it out! I removed the file path in my PHP.ini for storing sessions. And then i restarted server. and tada! Link to comment https://forums.phpfreaks.com/topic/89167-really-weird-session-problem-please-help/#findComment-456600 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.