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
The current behaviour of saving the IP and browser of each session is a privacy (and legal) nightmare.
We're sorely missing an option to disable this behaviour. For my intended use case of this feature, I needed only a session which can be used as a ForeignKey, but not storing IP and browser (these would require user consent, reviewing privacy policy, etc, and they're information that I don't need).
A setting to toggle this (e.g.: SESSION_TRACK_IP and SESSION_TRACK_BROWSER) might be a good-enough approach.
The text was updated successfully, but these errors were encountered:
The current behaviour of saving the IP and browser of each session is a privacy (and legal) nightmare.
We're sorely missing an option to disable this behaviour. For my intended use case of this feature, I needed only a session which can be used as a ForeignKey, but not storing IP and browser (these would require user consent, reviewing privacy policy, etc, and they're information that I don't need).
A setting to toggle this (e.g.:
SESSION_TRACK_IP
andSESSION_TRACK_BROWSER
) might be a good-enough approach.The text was updated successfully, but these errors were encountered: