We try to make sure the auth cookie in web access isn't stored longer than needed by sending a new one that's immediately expired. Unfortunately, Firefox doesn't really like this: > Cookie “auth_cookie” has been rejected because it is already expired. It still removes the cookie, though, so the primary functionality is achieved. But the noise in the console isn't nice.