headers->set('Cache-Control', 'no-store, no-cache, must-revalidate, max-age=0'); $response->headers->set('Pragma', 'no-cache'); $response->headers->set('Expires', 'Sat, 01 Jan 2000 00:00:00 GMT'); return $response; } }