Hi y'all,

Anyone know how to remove the PHPSESSID from URLs?

I've tried doing this in my .htaccess file, but it doesn't seem to resolve it.

<IfModule mod_php4.c>
         php_flag session.use_trans_sid off
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0
</IfModule>

Any ideas?

Kind Regards,
F.O.O.