>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
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