jeff5656 Posted September 10, 2009 Share Posted September 10, 2009 Do I have to put session_start() at the beginning of a file if it included in a file that has session_start? i.e session_start(); include "hello.php"; <--- do i need session start in this file? Link to comment https://forums.phpfreaks.com/topic/173842-solved-session_start-and-includes/ Share on other sites More sharing options...
cbolson Posted September 10, 2009 Share Posted September 10, 2009 Hi, no, you just need to start the session once Chris Link to comment https://forums.phpfreaks.com/topic/173842-solved-session_start-and-includes/#findComment-916378 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.