> Another thing - the first time the page is loaded every link on the
page
> gets a '?PHPSESSID=...etc...' attached to itself. But only the first
time.
> It dissapears after the first click i make.

Do you have a session_start() on the page? It looks like you have a
trans_sid enabled. PHP will add that to all of your URLs automatically.
Can you disable it in php.ini?

---John Holmes...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to