someone just told me that i need to put session_start(); in every page where i need to display or check a $_SESSION[] variable.
do i? i ask because i'm almost finishing a site where i only use session_start(); once when you first visit the index and then i don't use it anymore but all the $_SESSION[] variables are available across the site and i'm testing this in my local machine where register_globals is off.
thanks in advance.