Michael Hulse wrote:

> I just finished a website for client - I just uploaded the site to
> their server space - when I went to go validate my pages using the W3C
> XHTML validator I get several errors due to an un-encoded ampersand in
> the link URL... For some reason, a session ID is getting added to the
> end of all my menu links:
> 
> /start.php?page=home&PHPSESSID=45142bb20b8b2e800be5359b667237

http://www.w3.org/QA/2005/04/php-session details how to fix the problem
(without breaking the session tracking for users without cookies supported
and enabled).

-- 
David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/>
                     Home is where the ~/.bashrc is

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

Reply via email to