Re: [google-appengine] Re: Session Management

2018-05-28 Thread Joshua Fox
Does Flexible Environment offer server-side-session? A quick PoC suggests that it does not. This discussion talks about sessions for Standard Env. Documentation for configuring Standard Env

Re: [google-appengine] Re: Session Management

2017-11-05 Thread 'Les Vogel' via Google App Engine
Yes. It separate from the Users API. On Thu, Nov 2, 2017 at 1:09 AM, Joshua Fox wrote: > Les, thank you, > > I see that it > > > stores session data in the App Engine datastore for persistence, and > also uses memcache for speed >

Re: [google-appengine] Re: Session Management

2017-11-02 Thread Joshua Fox
Les, thank you, I see that it > stores session data in the App Engine datastore for persistence, and also uses memcache for speed is this accessible, as would normally be true with Java appservers,

Re: [google-appengine] Re: Session Management

2017-11-01 Thread 'Les Vogel' via Google App Engine
Hi Joshua, For App Engine Standard: Take a look at the appengine-web.xml reference . Specifically *async-session-persistence*, *sessions-enabled*, I'm out for 3 weeks this month, but hope to review and fix all the Java

Re: [google-appengine] Re: Session Management

2017-10-31 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
The exact technical details of session support are not publicly documented, but the appengine-web.xml Reference you pointed to before does say it stores the data on the Datastore with Memcache acting

Re: [google-appengine] Re: Session Management

2017-10-31 Thread Joshua Fox
> > Note that session support is something that is done per-runtime and > per-framework, > I am asking specifically about Google Application Engine Standard Environment Java 7; and for Java 8. but most if not all of them include it as it is indeed a basic feature of a > web server. Part of the

[google-appengine] Re: Session Management

2017-10-30 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Joshua, as written on the disclaimer in the tutorial you linked to, community tutorials submitted from the community do not represent official Google Cloud Platform product documentation. It also never