Closed jonthegeek closed 1 year ago
There's a racetime issue where we try to check .is_http_only before the cookies_start object has initialized. Don't do that. Wait to do any getting or setting until after that happens.
There's a racetime issue where we try to check .is_http_only before the cookies_start object has initialized. Don't do that. Wait to do any getting or setting until after that happens.