Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardcode session encryption cost for migration (#2395)
**Why**: In #2353 we changed the scrypt cost with changed the scrypt cost which affected the session encryptor causing sessions encrypted by old and new hosts to be incompatible. This commit hardcodes the cost in the deprecated encryptor so that the sessions will be compatible between hosts.
- Loading branch information