0

I am using GCP App Engine Standard and, for some reason, would like to let user keep login as long as they wish.
However, i encounter an issue.
If user visit the site in peak period, App Engine will create a new instance for handling requests.
If user login at peak period, App Engine will remember during operation.
But, if user come back a few days, they have to login again....

Question: Is there any way to handle the session issue?
Or is there any way to handle the login issue?

P.S. It will be great if the answer can base on App Engine Standard.

Thanks in advance

Michael Law
  • 181
  • 1
  • 1
  • 12
  • Does this answer your question? [How to share sessions between modules on a Google App Engine Python application?](https://stackoverflow.com/questions/24811286/how-to-share-sessions-between-modules-on-a-google-app-engine-python-application) – Dustin Ingram Aug 17 '20 at 19:08
  • Seem that is for session sharing between two sub domain, I am afraid it is not the same situation – Michael Law Aug 19 '20 at 08:18
  • Actually, I think my problem is sharing session/cookie in same domain but different instance. Please feel free to correct me if I am wrong :-D – Michael Law Aug 19 '20 at 08:21

0 Answers0