[google-appengine] AppEngine with Endpoints

2016-06-09 Thread Andrew James
>From the tutorials I have seen, you can package html/css within an Endpoints app, effectively creating a dynamic web app. Is this good practise, or is the recommended approach to create a separate app (containing the front-end code) and host it in app engine? -- You received this message beca

[google-appengine] Appengine with Endpoints doesn't share session

2016-01-05 Thread Carl Emmoth
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 pro