PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Create exception for Piwik cookies - How?



bobbel
13.06.2011, 00:12
Hi,

I have Piwik running on my site and it sends data via cookie, e.g. COOKIE._pk_ref_34_abcd = xxx. I tried to setup an exception in config.ini.php like this, but it does not work:
exceptions[] = /.*_pk_ref.*/i
I also tried the following without success:
exceptions[] = COOKIE._pk_ref.*

What am I doing wrong? Can anybody help me, please?
Thanks!

Dominik

.mario
14.06.2011, 21:18
Hi Dominik,

I just tested and it works perfectly fine for me with:


exceptions[] = COOKIE./.*_pk_ref.*/i

Can you give me further info where the matching fails?

Thanks,
.mario

bobbel
14.06.2011, 21:52
Shame on me...
I changed the new file Config.ini.php after upgrading PHPIDS, but the old one named Config.ini was still active :-(
After changing the config-file everything is fine now.
Thanks for your support and the great work on PHPIDS!

Dominik

.mario
22.06.2011, 21:12
Okay :)