HomeMusing Studio

Fix password-protected blogs not unlocking after cookie expires

Description

Fix password-protected blogs not unlocking after cookie expires

Previously, we would only set a new cookie to replace the older, expired
one if there was absolutely no error. Instead, we now safely ignore any
errors and attempt to re-set the cookie, which should fix this.

Fixes #298

Details

Provenance
mattAuthored on Mon, Aug 10, 11:01 PM
Parents
rWFf19786fb328d: Merge commit from fork
Branches
Unknown
Tags
Unknown
References
refs/pull/1727/head, fix-password-protected