ipaddress and useragent missing from sessions
this is what i use for ip addresses since my domain is behind cloudflare,
but sessions are still missing the ip address and user agent for some reasons
any ideas?
ts
advanced: {
ipAddress: {
ipAddressHeaders: ['cf-connecting-ip', 'cf-connecting-ipv6'],
},
...
}