- Impact
- 18
Do I always have to do session_start, even on pages I don't want to use any session variables? Will it still remember all the variables?
Thanks
Tom
Thanks
Tom


so if I have a session variable $_SESSION['name'] - it will append my url with:filth@flexiwebhost said:it really depends on wether the user is using cookies or not. I beleive if the user has cookies turned off (and as such the url is appended with the session variable) then there will be no way for the server to know which session it is and will start a new 1.
PoorDoggie said:so if I have a session variable $_SESSION['name'] - it will append my url with:
script.php?name=filth@...???
page_name.php?sid=82cf054ebb3f3a88d9e4a4c4668cd9f7

