mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
On renew, a session token is duplicated. For some reason we did not copy over the remember-me attribute value. Hence, the new token was deleted too early in the background job and remember-me did not work properly. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>