
srinivasc11017710 wrote...
I have the below requirement could someone provide inputs as what could be done
1>I need a mechanism for login of visitor in publish instance so this needs a session mechanism in cq5.
2>Secondly I need to get data from 3rd party server from cq5 pages.
So it means I need to maintain session in cq5 and as well in 3rd party server how do I achieve it using cq5?
3>I have to upload assets (pdf ,word doc, images )of 10 GB to CQ5 what is best recommended approach any suggestions
Hi,
Can you give details of this use case?
Do you want the following:
1. User logs in to AEM
2. User uploads an asset from a 3rd party System into AEM, the 3rd Party system requires the user to login as well
Login is straightforward as described above.
As mentioned you should keep AEM stateless. So what the ecommerce functionality does is to start a session and send a reference of this session to AEM, which is stored in a cookie. In this way, AEM can remain stateless, when data is required, a call is made to the commerce engine with the cookie, identifying the commerce session.
If you have two publish instances, then these will not be clustered(as it is not supported). What are you planning to do with the content on the publish instances? Have you thought about how you will synch it across both publish instances?
Regards,
Opkar