tefuzz Posted April 20, 2009 Share Posted April 20, 2009 I know, I ask a million questions but you guys are so damn helpful Anywho, In my form (multiple page) I am going to store the variables into a session. Do I start the session automatically when page 1 of the form is loaded? Or do I start it when page when begins getting validated? Also, does each subsequent page automatically follow the session? Link to comment https://forums.phpfreaks.com/topic/154908-solved-session-question/ Share on other sites More sharing options...
wildteen88 Posted April 20, 2009 Share Posted April 20, 2009 You call session_start(); on all pages that will use sessions ($_SESSION). Link to comment https://forums.phpfreaks.com/topic/154908-solved-session-question/#findComment-814779 Share on other sites More sharing options...
tefuzz Posted April 20, 2009 Author Share Posted April 20, 2009 You call session_start(); on all pages that will use sessions ($_SESSION). thats what I thought. thanks Link to comment https://forums.phpfreaks.com/topic/154908-solved-session-question/#findComment-814782 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.