You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/source/security.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,14 @@ In test and development applications get a `secret_key_base` derived from the ap
115
115
secret_key_base: 492f...
116
116
```
117
117
118
-
WARNING: If your application's secrets may have been exposed, strongly consider changing them. Changing`secret_key_base` will expire currently active sessions.
118
+
WARNING: If your application's secrets may have been exposed, strongly consider
119
+
changing them. Note that changing `secret_key_base` will expire currently active
120
+
sessions andrequire all users to log in again. In addition to session data, the
121
+
following things may also be affected:
122
+
123
+
*Encrypted cookies
124
+
*Signed cookies
125
+
*ActiveStorageFiles
119
126
120
127
### Rotating Encrypted and Signed Cookies Configurations
0 commit comments