In ZF2, I have a controller plugin that makes a remote call to an authentication service. I want to pass the Set-Cookie headers from this call to my Response in order to pass through the cookies set in the first request to the client's browser.
How can I do this in an controller plugin, where I don't have an available instance of the Resquest/Response class?