
Ultimate access to all questions.
A news feed web service running on Google App Engine is experiencing an issue during peak load where users report that they are seeing news articles they already viewed. The application is built using a stateful Flask app, and the session data is stored in memory. What is the most likely cause of this problem?
A
The session variable is local to just a single instance
B
The session variable is being overwritten in Cloud Datastore
C
The URL of the API needs to be modified to prevent caching
D
The HTTP Expires header needs to be set to -1 stop caching