Reframe session key rotation as expected behavior, not a caveat
A restart generating a new key and invalidating sessions is a security feature, not a problem. Update docs to present it neutrally. https://claude.ai/code/session_018iMt5qm4j9bk8wzytLC3E6
This commit is contained in:
@@ -25,6 +25,6 @@ LIDARR_QUALITY_PROFILE_ID=1
|
||||
LIDARR_ROOT_FOLDER=/music
|
||||
|
||||
# App
|
||||
# SESSION_SECRET_KEY is auto-generated if omitted. Set it explicitly so sessions survive restarts.
|
||||
# SESSION_SECRET_KEY is auto-generated if omitted. A new key on every restart invalidates all sessions.
|
||||
# SESSION_SECRET_KEY=
|
||||
DATABASE_PATH=bellhop.db
|
||||
|
||||
Reference in New Issue
Block a user