The client admins are accessing our site from a VPN/outbound proxy. Their IP address can change during the session and they are continually getting logged-out.
I see libraries/Session.php.fetch_session_data() expects the IP address to remain the same.
How can I accommodate the changing IP addresses?