Welcome Guest, Not a member yet? Register   Sign In
Session overwriting Session of another system
#2

[eluser]soprabaixar1[/eluser]
Found a solution. Instead of using the code below:
Code:
$data = array(
      'sess_cookie_name'      => 'session_system_1', // remove
      ...
);

Use it at the beginning:
Code:
$this->config->set_item('sess_cookie_name', 'session_system_1');


Messages In This Thread
Session overwriting Session of another system - by El Forum - 04-13-2012, 06:12 AM
Session overwriting Session of another system - by El Forum - 04-13-2012, 06:25 AM
Session overwriting Session of another system - by El Forum - 04-13-2012, 06:53 AM
Session overwriting Session of another system - by El Forum - 04-13-2012, 07:40 AM
Session overwriting Session of another system - by El Forum - 04-13-2012, 01:28 PM
Session overwriting Session of another system - by El Forum - 04-13-2012, 01:34 PM
Session overwriting Session of another system - by El Forum - 04-13-2012, 02:54 PM
Session overwriting Session of another system - by El Forum - 04-13-2012, 03:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB