Cache includes PHPSESSID creating duplicate cache files

Report bugs and errors in this forum.

Cache includes PHPSESSID creating duplicate cache files

Postby BadDog » Sun Jan 08, 2006 12:19 am

The cache needs to ignore including PHPSESSID as part as the tmp cache file name because this is creating duplicate cache files.



title-index.php-PHPSESSID-ac48d484c831300da3feb2c7fc73265b.tmp

......................^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^



A quick fix for now is to add this at top of head.php:



ini_set('session.use_trans_sid', false);

ini_set('session.use_only_cookies', true);

ini_set('url_rewriter.tags', '');
BadDog
 
Posts: 62
Joined: Mon Nov 21, 2005 8:19 am

Return to Bugs and errors



Who is online

Users browsing this forum: No registered users and 0 guests

cron