Bug #3593
Updated by Brett Smith over 10 years ago
@render_exception@ was counting on being able to render user information from the session cache when the API server was unreachable. We recently excised that cache, which is causing @render_exception@ to raise render exceptions in most cases. We want to go back to setting the session cache, but only using it for @render_exception@ (and not @load_api_token@).