CodeIgniter Forums
Multiple Session for the same user - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Multiple Session for the same user (/showthread.php?tid=46098)



Multiple Session for the same user - El Forum - 10-18-2011

[eluser]Unknown[/eluser]
$config['sess_match_useragent'] = TRUE;

The line above in the configuration file creates more than 1 session for the same user.

If you store sessions in the database you can check it out in ci_sessions table.

Again, in every page new session is opening for the same user.

Help, is this a bug?