You're welcome!

I've got some more cookie buster news on components:
Fabrik's (version 1.0) cookie can savely be disabled without harming it's functioning.
Disable /components/com_fabrik/fabrik.php, line 17:
// session_start();
Joomfish 1.7 cookie setting can be somewhat cutted back, but this is a bit more tricky.
/mambots/system/jfdatabase.systembot.php 's logic has to be a bit shuffled.
The attached patched file is a quick shot. It just sets a cookie if the user changed the language manually. It has at least two problems:
- The cookie isn't renewed continually.
- As long as no cookie is set, it extends processing time, because the HTTP "Accept Language" Header is evaluated on each page call.
Feel free to improve!
cheers,
tla.designz