How to secure the s_cc & s_sq cookies
Is there a way to encrypt these two cookies using the standard secure flag? What about httponly?
Is there a way to encrypt these two cookies using the standard secure flag? What about httponly?
Hi Matt,
Just a follow up on this. The s_cc and s_sq cookies are set and read within AppMeasurement code. I don't believe there is anything that checks s_cc or s_sq on the server's end. What this means is I don't think that you would be able to change how these cookies are set (httpOnly or secure) unless you are using your own s.trackingServer implementation and have a service to call on that domain that modifies these cookies.
Because they are read within the AppMeasurement javascript code, setting these to httpOnly would affect functionality and stats.
However, changing them to secure would probably not affect functionality or stats.
Thanks,
Ben
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.