Expand my Community achievements bar.

Murali89
Murali89
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • During default Replication agent configuration we specify the publish instance URL under transport tab in URI field whose value would be something like"http://mypubliship:port/bin/receive?sling:authRequestLogin=1 "What is the significance of "sling:authRequestLogin=1" in the above value, As test con...

    Type

    Questions

    Views

    968

    Likes

    0

    Replies

    1
  • The usecase is to expose an AEM Servlet to the outside world, Outside world will have to hit this servlet with some input information( Suppose a node name, node data etc which should not be passed a URL parameters as they are secured) using which the servlet should update or create new content in AE...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    1
  • Is there a way i can configure adobe analytics on my local. I know we need the licence to configure one.Is there a developer licence or alternative to configure it on local?. Below link was not helpfulhttp://dev.day.com/content/ddc/en/gems/how-to-deploy-adobe-analytics-on-a-local-aem-instance-by-usi...

    Type

    Questions

    Views

    979

    Likes

    0

    Replies

    1
  • I am using the below code to create users under /home/users/myprojectSession session = request.getResourceResolver().adaptTo(Session.class);        //Session session2  = request.get         JackrabbitSession jsession= (JackrabbitSession) session;        UserManager usermanager;        final String  ...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2
  • Thanks for the quick response opkar, Details and some more questions as below. We are using hybris, lets assume hybris returns a session id ( or OAUTH Token), Should AEM persist this token in aem and then clean it up once user logs out?  Also should we be handling this OAUTH  token using HTTP sessio...

    Type

    Questions

    Views

    5.5K

    Likes

    0

    Replies

    0
  • We have a login page where the user will login, Once he logs in we will redirect him to a shopping page. Whatever things he adds it to his cart we will have to hold that information in session when he navigates to any other page before he logs out. is it fine if i use HTTP session??  Any suggestions...

    Type

    Questions

    Views

    5.5K

    Likes

    0

    Replies

    0
  • How to handle a user specific session in AEM, Is it fine to use HTTP Session so that i can store some attributes of user using session.setattribute method. Or is there any other way to handle user specific sessions in AEM?

    Type

    Questions

    Views

    7.1K

    Like

    1

    Replies

    7
  • I am trying to implement a custom service which programmatically creates user under a particular folder i.e /home/users/myproject/user1. Below are the methods available createUser(String userID, String password)          Creates an User for the given userID / password pair; neither of the specified ...

    Type

    Questions

    Views

    13.4K

    Like

    1

    Replies

    11
  • Actually most of the user information is stored in another system which is hybris, But just to support personalization in AEM we are looking to store some part of the user details in AEM.I haven't really worked on personalization so far but what my understanding is to implement personalization in AE...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    0
  • we have a use case where we are suppose to store millions of user information  in AEM, users are actual end users and not the internal users of AEM.This user information is basically stored in AEM because to support personalization of users. Is it feasible to store such huge number of user in AEM?  ...

    Type

    Questions

    Views

    3.4K

    Like

    1

    Replies

    5
Top badges earned by Murali89
Customize the badges you want to showcase on your profile