hno Posted November 15, 2009 Share Posted November 15, 2009 HI I have two page .The address of one of them is this in local: "localhost/shop/login.php" and the other one is this: "localhost/shop/index.php" but if I set a session in the first page it doesn't recognize in the second page.How should solve this problem? Thanks Link to comment https://forums.phpfreaks.com/topic/181609-question-about-session/ Share on other sites More sharing options...
alex3 Posted November 15, 2009 Share Posted November 15, 2009 Your code from both pages would be helpful. Are you starting the session in both pages? session_start(); Link to comment https://forums.phpfreaks.com/topic/181609-question-about-session/#findComment-957928 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.