Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter lost my session
#15

[eluser]Lokut Da[/eluser]
Damn! :S I don't know what happen...

I can't do nothing to resolve that

Look:

Code:
$config['sess_cookie_name']        = 'cisession';
$config['sess_expiration']        = 7200;
$config['sess_encrypt_cookie']    = FALSE;
$config['sess_use_database']    = TRUE;
$config['sess_table_name']        = 'cisessions';
$config['sess_match_ip']        = FALSE;
$config['sess_match_useragent']    = TRUE;
$config['sess_time_to_update']     = 300;

//----------------
$config['cookie_prefix']    = "";
$config['cookie_domain']    = "";
$config['cookie_path']        = "/";

I changed the name cookie's and nothing happen. I checked the configuration I guess it's ok!

WanWizard, one question, ¿what do u mean about that?:

"the time on your server and your client is correct "

Thanks for your patience.

Regards.


Messages In This Thread
CodeIgniter lost my session - by El Forum - 08-23-2010, 04:42 PM
CodeIgniter lost my session - by El Forum - 08-24-2010, 03:39 PM
CodeIgniter lost my session - by El Forum - 08-24-2010, 11:23 PM
CodeIgniter lost my session - by El Forum - 08-26-2010, 01:38 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 08:55 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 09:55 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 11:07 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 11:54 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 05:16 PM
CodeIgniter lost my session - by El Forum - 08-26-2010, 05:24 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 02:17 AM
CodeIgniter lost my session - by El Forum - 08-27-2010, 10:16 AM
CodeIgniter lost my session - by El Forum - 08-27-2010, 12:13 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 01:28 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 01:55 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 05:30 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 11:43 AM
CodeIgniter lost my session - by El Forum - 09-01-2010, 01:16 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 01:24 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 01:37 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 04:12 PM
CodeIgniter lost my session - by El Forum - 09-02-2010, 08:04 AM
CodeIgniter lost my session - by El Forum - 09-02-2010, 08:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB