Is there any other way of enabling trans_sid besides when compiling php? Can I enable it in the php.ini file or .htaccess? And if so what would the syntax be? I've tried multiple things, but nothing seems to work..
If that's not possible is there a way of getting rid of the '?' in the url when people have cookies enabled? When cookies are not enabled the sid will follow the '?' in the url since currently all my links have <?=sid?> at the end.. So for example: <a href="login.htm?<?=sid?>">Please login</a> As you can see there will always be the '?' at the end of login.htm.. When the surfer has cookies off it doesn�t look bad, but when he has them enabled.. It just looks strange :) Thanks! Rick "A good head and good heart are always a formidable combination. But when you add to that a literate tongue or pen, then you have something very special" - Nelson Mandela -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

