AEM session management across multiple publishers | Community
Skip to main content
Level 4
July 6, 2018
Question

AEM session management across multiple publishers

  • July 6, 2018
  • 0 replies
  • 997 views

hi,

i am using aem 6.1

i have aem structure as 1 author 2 publisher 2 dispatcher 1 load balancer.

can anyone help me with session management.

i storing one token in my session which is used through out.

but if request goes to another publisher how it will get served.

eg:

access_token--> getting from service response.

HttpSession session=request.getSession(); 

session.setAttribute("accessToken", access_token);

is there any better way doing it?

please help

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