Welcome Guest, Not a member yet? Register   Sign In
Session match IP
#1

[eluser]Nial[/eluser]
I noticed these two settings in config.php:
Code:
$config['sess_match_ip']        = FALSE;
$config['sess_match_useragent']    = TRUE;

I have set my sessions to never expire, and don't require users to login. Obviously, this is not standard practice, but it's perfect for my situation. Now, my question: is it work setting sess_match_ip to TRUE? I take it this means that session with the same IP will share database rows?

Is matching the useragent better, in this case?


Messages In This Thread
Session match IP - by El Forum - 06-21-2008, 03:10 PM
Session match IP - by El Forum - 06-22-2008, 06:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB