Welcome Guest, Not a member yet? Register   Sign In
Session lost on ci 1.7.2
#1

[eluser]siubie[/eluser]
Hi i have some trouble with codeigniter session, sometimes when i push "back" button or redirect after form submission i always lost the session.

my redirect code :

Code:
redirect('informasi/pegawai/detail_pegawai/'.$id_pegawai.'#tabs-2','refresh');

iam using jquery ui tabs that i need "#tabs-2" in the url to activate tabs number two, i also use 6 to 8 ajax call to load data in the page that redirected

my config

Code:
$config['sess_cookie_name']        = 'cisession';
$config['sess_expiration']        = 7200;
$config['sess_encrypt_cookie']    = FALSE;
$config['sess_use_database']    = TRUE;
$config['sess_table_name']        = 'ci_sessions';
$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']        = "/";


Messages In This Thread
Session lost on ci 1.7.2 - by El Forum - 04-10-2011, 02:14 AM
Session lost on ci 1.7.2 - by El Forum - 04-10-2011, 07:25 AM
Session lost on ci 1.7.2 - by El Forum - 04-10-2011, 08:48 AM
Session lost on ci 1.7.2 - by El Forum - 04-10-2011, 09:56 AM
Session lost on ci 1.7.2 - by El Forum - 04-10-2011, 10:30 AM
Session lost on ci 1.7.2 - by El Forum - 04-12-2011, 08:27 PM
Session lost on ci 1.7.2 - by El Forum - 04-13-2011, 03:03 AM
Session lost on ci 1.7.2 - by El Forum - 04-13-2011, 03:36 AM
Session lost on ci 1.7.2 - by El Forum - 04-13-2011, 04:17 AM
Session lost on ci 1.7.2 - by El Forum - 04-13-2011, 01:52 PM
Session lost on ci 1.7.2 - by El Forum - 04-13-2011, 07:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB