Laravel Database Sessions Table without IP Address & User Agent Collection – GDPR friendly
For some strange reason Laravel collects IP addresses and user agents in the Session Database Table driver. Almost all session drivers, except from the database driver don’t seem to collect IP addresses. The Simple Way To prevent this mostly, the easiest (almost non-code) way is to change the column types of the ip address and […]