mnielsen Posted July 3, 2008 Share Posted July 3, 2008 Hi, I use sessions on my site to get the users id. I'm testing them to make sure they are been set correctly but I can only get there value on the login page which include the procLogin.php file. I thought it was a case of the session_start() needing to be in each page so I added it to the home page to see if it changed anything but no luck. Any suggestions please. Link to comment https://forums.phpfreaks.com/topic/113012-solved-_session/ Share on other sites More sharing options...
vbnullchar Posted July 3, 2008 Share Posted July 3, 2008 what are you trying to do? you can view session content using this print_r($_SESSION); Link to comment https://forums.phpfreaks.com/topic/113012-solved-_session/#findComment-580506 Share on other sites More sharing options...
mnielsen Posted July 3, 2008 Author Share Posted July 3, 2008 NVM, no thanks to anyones suggestions. I have to use the session_start(); in every page. Link to comment https://forums.phpfreaks.com/topic/113012-solved-_session/#findComment-580509 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.