Cookie is not getting created through dispatcher | Community
Skip to main content
Dinu_Arya
Level 6
January 8, 2018

Cookie is not getting created through dispatcher

  • January 8, 2018
  • 3 replies
  • 4863 views

Hi Team,

I have to create a cookie based the page which is opened. It is getting created in publish instance. But when I accessed the same page through dispatcher, the cookie is not getting created. I have seen this thread - CQ dispatcher - Cookie issue . As per this we shouldn't cache pages, but my pages should cached.

Is there any way to create cookie through dispatcher by allowing the respective cookie names using any of the dispatcher configuration rules?

I'm using AEM 6.2.

Please help me in this. If there is no configuration from dispatcher end, I will follow the second solution given by Jorg.CQ dispatcher - Cookie issue​@

Thanks,

AryA.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

smacdonald2008
Level 10
January 8, 2018

See this thread where Joerg talked about this subject -- CQ dispatcher - Cookie issue

edubey
Level 10
January 9, 2018

What Jörg mentioned is correct. Page gets cached but since cookie is getting created dynamically. You have to follow either of the shared two solution by him to make it work.

jamesm77050123
Level 2
October 3, 2018

I have the exact same problem for cookie functionality I'm working on. I can't delete the cache so I can only use the second solution

  • You create the cookie in a more lightweight call (e.g on an AJAX call), which then creates the cookie.


Is this on a front end level using javascript?

Dinu_Arya
Dinu_AryaAuthor
Level 6
October 11, 2018

You can create cookie either from front end using document.cookie or in the back-end using servlet