1

I have some rest services in mule , I need to authenticate before each call. for that one I'm planning to make a login service first and session checking for later requests. is the right approach or please advice How to handle HTTP session in mule?

Jamsheer
  • 3,673
  • 3
  • 29
  • 57

1 Answers1

5

You need to handle the session yourself, using whatever shared data store across your Mule nodes to persist the session data.

David Dossot
  • 33,403
  • 4
  • 38
  • 72