headers->set('Cache-Control', 'no-store, no-cache, must-revalidate'); $response->headers->set('Expires', '0'); } return $response; } }