Expand my Community achievements bar.

Handling the Customized Signup/Login and Session Handling

Avatar

Level 2

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​ @

2 Replies

Avatar

Level 10

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?

Avatar

Level 2

I want to call a Servlet from the Model class,