Session Handling in AEM Adaptive Forms | Community
Skip to main content
New Participant
June 23, 2023
Solved

Session Handling in AEM Adaptive Forms

  • June 23, 2023
  • 1 reply
  • 541 views

Hello Community,

 

We have a requirement to implement session handling in pure AEM adaptive forms 6.5. We were new to the session handling in AEM adaptive forms. We need to know what are the ways/procedures to implement this requirement.

 

Note: We are not using any AEM site pages, it completely needs to be implemented in adaptive forms.

 

Please suggest your thoughts or solutions.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SivakumarKanoori

@manishhello1 :

Coming to the session handling ,

If you are creating any servlets , osgi service any other services, better to create the service user and get the session . 

 

  • Use service user sessions instead of admin sessions for executing service-level tasks. For more information, see Service authentication.

 

May be you can look the following blog for more info.

https://experienceleague.adobe.com/docs/experience-manager-65/forms/adaptive-forms-basic-authoring/adaptive-forms-best-practices.html?lang=en

 

Thanks 

Siva

1 reply

SivakumarKanoori
SivakumarKanooriAccepted solution
New Participant
June 27, 2023

@manishhello1 :

Coming to the session handling ,

If you are creating any servlets , osgi service any other services, better to create the service user and get the session . 

 

  • Use service user sessions instead of admin sessions for executing service-level tasks. For more information, see Service authentication.

 

May be you can look the following blog for more info.

https://experienceleague.adobe.com/docs/experience-manager-65/forms/adaptive-forms-basic-authoring/adaptive-forms-best-practices.html?lang=en

 

Thanks 

Siva

Thanks,Siva