How to make PHPSESSID not show?

Hey everyone,

I have a php page, and sometimes when i visit it, there are ?PHPSESSID=23908429347239857230587439857 things after all the links. How do I get rid of that so that every link is just “test.php” instead of “test.php?PHPSESSID=########”?

Thanks