I'm having trouble getting PHP's built-in session management to rewrite my
<a href=""> tags to include the session ID across pages when cookies are
disabled. Unfortunately, PHP seems to only add the PHPSESSID to a link if
the page ends in ".php", not ".html".

I've preferred to hide my ".php" extensions and simply have Apache execute
all files ending in ".html" (traffic isn't too heavy on this site). How can
I force PHP to pass the session ID to all URLs, even ones that don't end in
".php"?

Thanks for any help or references anyone can provide!

Scott Teresi
--
[EMAIL PROTECTED]

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

Reply via email to