Client Context to store session data | Community
Skip to main content
shirley_lenny-Z
New Participant
October 16, 2015
Solved

Client Context to store session data

  • October 16, 2015
  • 1 reply
  • 742 views

Hi,

Need help with accessing Client Context on server side. 
I have an implementation in AEM where httpsession was used to store data. With sticky session being configured on dispatcher, things seemed to work fine on all browsers except Safari [IOS session issue]. I've been asked to use Client Context to save session specific data, rather tha using http session. I find examples to set data in client context using JS API. Is there a way to do the same using a Java API?

Thanks

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 Sham_HC

Yes client context is not server side implementation & executes at client side. There is no out of the box java api available. You can use application server for session management Or need custom development by making use ResourceProvider.

1 reply

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

Yes client context is not server side implementation & executes at client side. There is no out of the box java api available. You can use application server for session management Or need custom development by making use ResourceProvider.