I am getting two side kicks? | Community
Skip to main content
New Participant
October 16, 2015
Solved

I am getting two side kicks?

  • October 16, 2015
  • 1 reply
  • 597 views

Hi guys i am using CQ 5.6.1,

Please find the attachment.

when i am accessing http://localhost/cf#/content/en_US/home/profilehomepage/login.html it is giving two side kicks as in the attachment.(i should get one side kick)

when i am accessing https://localhost/cf#/content/en_US/home/profilehomepage/login.html it is giving one side kick.

i think issue is because

Request going twice first time to http and second request to https.

How can i resolve this

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

Verify your implementation It happens if you are including init.jsp ex:- [1] in multiple locations

[1]   <cq:include script="/libs/wcm/core/components/init/init.jsp"/>

1 reply

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

Verify your implementation It happens if you are including init.jsp ex:- [1] in multiple locations

[1]   <cq:include script="/libs/wcm/core/components/init/init.jsp"/>