Hello,
I'm using an App with Endpoints. It's written in Java EE and my Appengine part is using sessions.
Locally both my app and endpoints are using the same session but live endpoints isn't using any session.
Do I miss some configuration for Endpoints or isn't Endpoints using sessions in production?
Thanks