I'm getting a cookie on a page load (from 3rd party) and need to use its attributes on the same context, however it is available only after the page is refreshed (reloaded).
Is there a way to programatically refresh/reload the cookies in HttpContext.Current?