Welcome Guest, Not a member yet? Register   Sign In
Code Igniter Session problem
#41

[eluser]ram reddy[/eluser]
[quote author="hassan.live" date="1193081397"]Hello

i've tried to use code igniter session library and used ci_session table for added security. so far it was working perfectly in my local machine both IE and firefox. but as soon i have uploaded that in to my client server (php 5) ; i saw that the site is running in Mozilla firefox perfectly but
if i run the site in Internet Explorer(IE), then the site couldnt save the session data.

what is the problem any suggessions?[/quote]

$config[‘sess_cookie_name’] = ‘ci_session’;
$config[‘sess_expiration’] = 0;
$config[‘sess_encrypt_cookie’] = FALSE;
$config[‘sess_table_name’] = ‘ci_sessions’;
$config[‘sess_match_ip’] = FALSE;
$config[‘sess_match_useragent’] = TRUE;
// [OB] additional config items: Set to ‘database’ to keep userdata exclusively on server database.
$config[‘sess_storage’] = ‘database’;
// [OB] additional config items: You can leave these as defaults for a standard session
$config[‘sess_data_cookie’] = ‘ci_session_data’;
$config[‘sess_database’] = ‘default’;
$config[‘sess_timeout’] = 0;
$config[‘sess_destroy_on_timeout’] = FALSE;
$config[‘sess_update_interval’] = 180;
$config[‘sess_gc_probability’] = 10;
$config[‘sess_http_only’] = FALSE;
$config[‘sess_secure’] = FALSE;
$config[‘sess_forwarded_ip’] = FALSE;

go to http://bleakview.orgfree.com/obsession/


Messages In This Thread
Code Igniter Session problem - by El Forum - 10-22-2007, 08:29 AM
Code Igniter Session problem - by El Forum - 10-22-2007, 09:42 AM
Code Igniter Session problem - by El Forum - 10-22-2007, 10:05 AM
Code Igniter Session problem - by El Forum - 10-23-2007, 12:12 AM
Code Igniter Session problem - by El Forum - 10-23-2007, 02:34 AM
Code Igniter Session problem - by El Forum - 11-07-2007, 07:31 PM
Code Igniter Session problem - by El Forum - 11-22-2007, 09:18 AM
Code Igniter Session problem - by El Forum - 11-22-2007, 12:29 PM
Code Igniter Session problem - by El Forum - 11-24-2007, 08:26 PM
Code Igniter Session problem - by El Forum - 11-24-2007, 08:45 PM
Code Igniter Session problem - by El Forum - 11-24-2007, 09:33 PM
Code Igniter Session problem - by El Forum - 11-25-2007, 03:56 AM
Code Igniter Session problem - by El Forum - 11-25-2007, 08:12 AM
Code Igniter Session problem - by El Forum - 02-26-2008, 08:46 AM
Code Igniter Session problem - by El Forum - 02-26-2008, 12:42 PM
Code Igniter Session problem - by El Forum - 04-21-2008, 10:11 PM
Code Igniter Session problem - by El Forum - 04-28-2008, 03:48 PM
Code Igniter Session problem - by El Forum - 05-20-2008, 12:16 PM
Code Igniter Session problem - by El Forum - 08-01-2008, 03:38 PM
Code Igniter Session problem - by El Forum - 09-16-2008, 11:44 AM
Code Igniter Session problem - by El Forum - 07-31-2009, 01:59 PM
Code Igniter Session problem - by El Forum - 08-27-2009, 05:20 PM
Code Igniter Session problem - by El Forum - 10-17-2009, 12:28 AM
Code Igniter Session problem - by El Forum - 11-30-2009, 09:06 PM
Code Igniter Session problem - by El Forum - 01-18-2010, 11:47 PM
Code Igniter Session problem - by El Forum - 03-02-2010, 09:34 AM
Code Igniter Session problem - by El Forum - 10-05-2010, 05:30 AM
Code Igniter Session problem - by El Forum - 10-05-2010, 08:16 AM
Code Igniter Session problem - by El Forum - 10-06-2010, 08:20 AM
Code Igniter Session problem - by El Forum - 10-06-2010, 09:12 AM
Code Igniter Session problem - by El Forum - 10-09-2010, 11:04 AM
Code Igniter Session problem - by El Forum - 10-25-2010, 08:52 AM
Code Igniter Session problem - by El Forum - 11-03-2010, 03:47 AM
Code Igniter Session problem - by El Forum - 11-03-2010, 10:32 AM
Code Igniter Session problem - by El Forum - 11-18-2010, 01:05 PM
Code Igniter Session problem - by El Forum - 11-18-2010, 01:45 PM
Code Igniter Session problem - by El Forum - 11-18-2010, 02:06 PM
Code Igniter Session problem - by El Forum - 11-18-2010, 03:52 PM
Code Igniter Session problem - by El Forum - 01-18-2011, 04:40 AM
Code Igniter Session problem - by El Forum - 01-20-2011, 03:14 AM
Code Igniter Session problem - by El Forum - 04-30-2011, 07:05 PM
Code Igniter Session problem - by El Forum - 04-30-2011, 11:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB