karthikbhat3624
16-09-2018
Hello,
I'm using AEM 6.4.
I need to use customized Login and Signup through Database, I'm able to do so, But I'm having problem while handling sessions, please help me.
AEM - Questionsโ @
edubey
17-09-2018
you can implement custom authentication handler in AEM which will connect with you database.https://github.com/Adobe-Consulting-Services/acs-aem-samples/blob/master/bundle/src/main/java/com/ad...
Whats the problem with session are you are facing?
I want to call a Servlet from the Model class,