mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
2183a1f3e6
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>