The same users are using the same session.

There is a problem that I cannot understand when working with the Codeigniter session library. The same network users use the same session (we work with a large company, and they told me the following: when someone logged in, everyone logged in)! Is it possible? How and what can I do to fix this error?

I use the Coreigniter Core Session Library and use the database.

+5
source share
2 answers

http://ellislab.com/codeigniter/user-guide/libraries/sessions.html

, , cookie . ( ), cookie. , , cookie . session_id .

, , , CodeIgniter , cookie, , .

+1

, . , , 2 ( ).

+1

All Articles