CodeIgniter Forums
Why would I want $config['sess_match_useragent'] = TRUE; - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Why would I want $config['sess_match_useragent'] = TRUE; (/showthread.php?tid=58531)



Why would I want $config['sess_match_useragent'] = TRUE; - El Forum - 06-20-2013

[eluser]Swammy[/eluser]
This seems like a strange setting to have enabled.

I'm a user who accesses a website from multiple computers and browsers. Wouldn't I expect to be logged in on all of them?

Am I wrong about the use of this function?