Hello,is it possible to configure AEM to send the session cookie with httponly and/or secure flag? Or is the only way to add these flags with mod_headers.so at apache level? regardsReini
Following is the Template Code <% ... // based on the condition I am trying to forward to another "Page"// I tried the following sling forward: <sling:forward path="/content/a/b" />%>I see the content of the page "/content/a/b" (included in the forward) . But CSS / JS is all broken on the page. Is...
Hi All,One of the article mentions this, but I am not getting what exactly it means. Any thoughts on this will be helpful.slingSuperResourcetype: It is used to inherit / extend components from foundation or other components. There is a good example to understand it completely. Consider components a ...
Hi Guys,We are in between a asset migration where we are using webdav tool(bitkinnex) to migrate assets to AEM author server(AEM 5.6.1). We have migrated around 11 Gigs of assets until now and as obvious there are lot of workflows are being trigged in background.But the issue we are facing over here...
Hello Experts !I have a silly question to ask.We have java 1.6 running in prod environment with AEM 6.0 SP2 and after a maintenance activity (java upgrade) system admin has started AEM with Java 1.7 version. I know AEM 6.0 SP2 is compatible with Java 6 and & 7 both but was wondering if there could b...
Hi,One of the topics covered by the architect exam is related to Discovery meetings. Is there any documentation about good practices or questions that could be used in those meetings?Thanks
I am using CQ5.5 and want to get a list of properties by running a query under the http://localhost:4502/libs/cq/search/content/querydebug.html.My query:path=/content/mysites/p.hits=selectivep.properties=firstName lastNameproperty=jcr:content/fragment/sling:resourceTypeproperty.value=mysite/componen...
Hi All,I have written component and included that component in page component.This dialog has one tab with text field,when clicking on OK button required action is happening but page is not refreshing.To see latest content on the page i need to refresh the page.How to fix this issue and rand the pag...
Hi All,We want to store some of the custom values to custom properties defined at OOTB types like cq:Page and cq:Tag.Please help me in this regard.Thanks,Kishore