Is there an equivalent to Rails’ “flash” messages in GAE (python)?
问题 Ruby on Rails has a way that you can set a message, like flash[:notice] and flash[:error , that the user will see at the next opportunity. It’s especially useful for things like notifying the user of failure to log in, etc., when they are redirected (e.g. back to a sign-in page). Is there a canonical or common way to achieve this on Google App Engine (Python API)? (Assume Django is not being used.) 回答1: Webapp framework, the simple web application framework that ships with GAE, does not