Skip to main content
October 16, 2015
解決済み

How to configure OptOutServiceImpl service

  • October 16, 2015
  • 2 の返信
  • 1588 ビュー

Hi,

I want to include 2 customized cookie in the white cookie list. However, when i add them in the com.adobe.granite.optout.impl.OptOutServiceImpl.xml, the other default cookies gets removed. I want to know if

  1. Is OptOutServiceImpl service is inactive by default?
  2. Are these default cookies mandatory to be included in the config file?
  3. Is there any side effect of adding cookie in the white list cookie?

Thanks in advance.

 

-Punit Jindal

このトピックへの返信は締め切られました。
ベストアンサー Sham_HC
  • It is active
  • yes
  • No side affect adding cookie which you want to white list.
  • The default value below

 

                         

2 の返信

Community Advisor
October 16, 2015

By default all custom cookies are not allowed on cq5 server. You need to add this in white list, we had the same problem. We created a cookie but it is rejected, then we added to white list.

Here is the documentation to configure optout service

http://docs.adobe.com/docs/en/cq/current/developing/components/cookie-optout.html

Sham_HC
Sham_HC回答
Level 10
October 16, 2015
  • It is active
  • yes
  • No side affect adding cookie which you want to white list.
  • The default value below