Welcome Guest, Not a member yet? Register   Sign In
Session Match IP False No Working
#7

(01-25-2023, 01:33 PM)kft101 Wrote: @InsiteFX The "$sessionMatchIP" variable is a CI4 config variable. We are using CI3, but are setting the version correct "sess_match_ip" config variable appropriately to false, per the original post.

application/config/config.php
PHP Code:
/*
|--------------------------------------------------------------------------
| Reverse Proxy IPs
|--------------------------------------------------------------------------
|
| If your server is behind a reverse proxy, you must whitelist the proxy
| IP addresses from which CodeIgniter should trust headers such as
| HTTP_X_FORWARDED_FOR and HTTP_CLIENT_IP in order to properly identify
| the visitor's IP address.
|
| You can use both an array or a comma-separated list of proxy addresses,
| as well as specifying whole subnets. Here are a few examples:
|
| Comma-separated: '10.0.1.200,192.168.5.0/24'
| Array: array('10.0.1.200', '192.168.5.0/24')
*/
$config['proxy_ips'] = ''
Reply


Messages In This Thread
Session Match IP False No Working - by kft101 - 01-23-2023, 09:59 AM
RE: Session Match IP False No Working - by kft101 - 01-24-2023, 11:09 AM
RE: Session Match IP False No Working - by kft101 - 01-25-2023, 01:33 PM
RE: Session Match IP False No Working - by superior - 01-26-2023, 01:06 AM
RE: Session Match IP False No Working - by kft101 - 01-26-2023, 10:56 AM
RE: Session Match IP False No Working - by kenjis - 01-26-2023, 07:37 PM
RE: Session Match IP False No Working - by kft101 - 01-30-2023, 01:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB