Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the arp_scroll_position cookie and how to prevent it?

my web site suddenly started to write a cookie named arp_scroll_position in Chrome. I did not change anything on my application to make this cookie appear, which is why that is very confusing.

In other browsers however this cookie is not set. I just tested Safari, Firefox and even Chrome Canary for that.

I also see this cookie on some other (but not all) websites. So it seems sort of being randomly placed.

I wish to have a cookieless application (no cookie usage warning & respecting the privacy of my users), so this cookie that just pops up in Chrome does counteract that a bit.

So my questions are: Where does this cookie come from? How can I prevent that cookie to be set at all?

Additional info: I use Twitter Bootstrap, but some other sites using bootstrap do not have this cookie.

like image 732
Sebastian P.R. Gingter Avatar asked Nov 02 '25 07:11

Sebastian P.R. Gingter


1 Answers

Old question, but in case someone else stumbles into this:

Maybe you are using a Chrome extension called "Auto Refresh Plus (arp)". It sets a cookie with that name, see source code

Deactivate the extension, delete that cookie in the developer console, and reload the page. Cookie should be gone.

like image 195
xlttj Avatar answered Nov 04 '25 12:11

xlttj



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!