I went through several examples $_SESSION, and I'm a little confused, should I use session_start()every time before I get access or install $_SESSION['variable'], or should I use only session_start()once on the page or as soon as the user has successfully registered?
source
share