Re: [PHP] PHP session URL rewriting

2003-10-05 Thread Curt Zirzow
* Thus wrote Justin French ([EMAIL PROTECTED]): > I'm running PHP 4.3.2 on Mac OS X 10.2.8, with .html files parsed by > PHP (specified with a local .htaccess file), and everything seems to be > working fine here (.html URLs are re-written by PHP). > > My advice would be to delete all your cooki

Re: [PHP] PHP session URL rewriting

2003-10-05 Thread Justin French
I'm running PHP 4.3.2 on Mac OS X 10.2.8, with .html files parsed by PHP (specified with a local .htaccess file), and everything seems to be working fine here (.html URLs are re-written by PHP). My advice would be to delete all your cookies, clear your cache, restart your browser with cookies d

[PHP] PHP session URL rewriting

2003-10-05 Thread Scott Teresi
I'm having trouble getting PHP's built-in session management to rewrite my 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 s