Re: [google-appengine] Re: Extend the session with IAP-- google APP engine ?

2018-06-01 Thread 'George (Cloud Platform Support)' via Google App Engine
An API call requires you to provide certain information and it would return a desired result in form of information as well. This is not a scenario one may apply to IAP sessions, as session expiry depends on data (like timing) outside of your proposed call. The solutions mentioned in my reply ab

Re: [google-appengine] Re: Extend the session with IAP-- google APP engine ?

2018-05-31 Thread Sanooj Karanath Sachidanandan
I did look at "Managing Cloud IAP sessions" page , but none of them looks clean . All the methods need to have a separate browser window that do a 302 to /_gcp_iap/do_session_refresh . Is there a api way of refreshing session? Regards Sanooj On Wed, May 30, 2018 at 2:28 PM, 'George (Cloud Plat

[google-appengine] Re: Extend the session with IAP-- google APP engine ?

2018-05-30 Thread 'George (Cloud Platform Support)' via Google App Engine
There is more than one way to deal with the problem of expired sessions, all of these treated on the "Managing Cloud IAP sessions" page . To reply to your question regarding automatic extension of a session, handling the HTTP 401 response comes