- From: Jake Archibald <notifications@github.com>
- Date: Tue, 23 Feb 2016 06:11:57 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 23 February 2016 14:12:39 UTC
@owencm that would work if we had a way to read cookies, but I can't quite get my head around the use-case. If the server knows that cookies need updating, why is there a problem? Eg: 1. Request made to server with cookie `foo=bar` 1. Server realises that's out of date, and treats it as the correct `foo=world` 1. Sends response along with set-cookie `foo=world` --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/837#issuecomment-187714493
Received on Tuesday, 23 February 2016 14:12:39 UTC