Another session question.
At the moment i have sessions being turned on on every page. Now, all the links to other pages have the following added automatically:
register2.php?PHPSESSID=bbcea0bc73eacbf91789ed608938c913
sort of thing for something like register2.php
Couple of things:
i) does this depend on certain PHP settings? i want to make the script work out the box so don't want any extra problems with php settings
ii) does the session get added to form input when sending forms instead of clicking on a link? If not, is the hidden variable i would need just $PHPSESSID ?
iii) Is there a better way to pass the ID? Should i just use cookies?






Bookmarks