Crossing sessions data |
I am currently having a problem with the sessions at the time of logging in with a user, when the user starts the session, the session takes the data of another user who is connected to the system on another computer and also shows sales data that the other user is performing, sometimes refreshing the site returns to normal.
HomeController.php Code: public function login() Modelousuarios.php Code: function verificar_usuario($user, $pass) { This is my current session configuration in config.php Code: $config['sess_driver'] = 'database'; I hope you can help me, this problem is driving me crazy... Sorry for my english, regards. |
Messages In This Thread |
Crossing sessions data - by Luis Romero - 02-21-2020, 08:46 AM
RE: Crossing sessions data - by jreklund - 02-21-2020, 01:04 PM
RE: Crossing sessions data - by Luis Romero - 02-21-2020, 02:13 PM
RE: Crossing sessions data - by jreklund - 02-21-2020, 02:57 PM
RE: Crossing sessions data - by Luis Romero - 02-21-2020, 07:27 PM
RE: Crossing sessions data - by jreklund - 02-22-2020, 02:53 AM
RE: Crossing sessions data - by Luis Romero - 02-22-2020, 09:36 AM
|