Isn't there some way to make php automatically append relative urls with the sessionID when cookies are disabled? I can do it with code, but I'd rather not.
<a href="mypage.php?<?php echo sid; ?>">
php has a constant named sid, containing query string information about the session