Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.13.1
-
None
Description
This is due to the 'rememberMe.encryptionKey' - if not set then a random UUID is used, meaning that any cookie becomes invalid on restart.
This is appropriate behaviour for production, but is annoying when prototyping.
Therefore, just use a fixed value if not in production.