Doing my first session project I noticed that PHP automaticly puts a ?PHPSESSID=a0688f.... after links to php pages only on your first page and not on the following pages.
After some days of coding, PHP suddenly puts the PHPSESSID=a0688f.... after all php links on all pages. How can it be?
I have read that automatic url rewriting should be used with caution om high perf. sites. How do I turn it off again(even as I don't have enabled it?).
Thanks,
Michael