one of my hosting account auto appends the phpsessid variable behind all urls in the page when you first visit a site. when you actually refresh or when you click on a link, the server does not auto-append any more. e.g. 1. launch broswer 2. key in url 3. all links in the page has PHPSESSID appended to it 4. refresh the page - all links are back to normal or 1. launch broswer 2. key in url 3. all links in the page has PHPSESSID appended to it 4. click on a link 5. in the next page and all subsequent pages (even if you click 'back'), the urls are properly formed without the PHPSESSID appended anyone know how to solve this? thanks a million.
It may be because of this http://www.mtdev.com/2002/06/why-you-should-disable-phps-session-use_trans_sid/