Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Session Problems Thread
#29

[eluser]Pakm@n[/eluser]
[quote author="Jonathan Angel" date="1259873112"]For those looking for a fix, I have resolved my problem:

I took a few minutes to diagnose the same problems described with CI Sessions and DX Auth.

First, I synchronized both server and client time (both where wrong). Temporarily the problem subsided; however, it mysteriously stopped storing the session. So.. I checked the database and no session or login attempt was being recorded.

Second, I began reading this and other discussions and found that by removing the underscore (_) in the CI config.php file, the problem was resolved.

Original:
Code:
$config['sess_cookie_name'] = 'ci_session';

Modification:
Code:
$config['sess_cookie_name'] = 'cisession';

I no longer have a problem with sessions in IE8 on WinXP.

For those that attempt to resolve their problem using these methods, please post your results, good or bad. By the way... uber-fan of CI.[/quote]



I tried this and it worked im using a windows 7 with IE8.
It's incredible how many people still use that piece of crap.
Thanks for your help :lol:


Messages In This Thread
CodeIgniter Session Problems Thread - by El Forum - 11-19-2009, 01:05 PM
CodeIgniter Session Problems Thread - by El Forum - 11-19-2009, 02:49 PM
CodeIgniter Session Problems Thread - by El Forum - 11-20-2009, 07:59 AM
CodeIgniter Session Problems Thread - by El Forum - 11-20-2009, 08:11 AM
CodeIgniter Session Problems Thread - by El Forum - 11-20-2009, 10:51 AM
CodeIgniter Session Problems Thread - by El Forum - 11-20-2009, 12:48 PM
CodeIgniter Session Problems Thread - by El Forum - 11-20-2009, 01:27 PM
CodeIgniter Session Problems Thread - by El Forum - 11-20-2009, 01:45 PM
CodeIgniter Session Problems Thread - by El Forum - 11-20-2009, 05:25 PM
CodeIgniter Session Problems Thread - by El Forum - 11-21-2009, 11:49 AM
CodeIgniter Session Problems Thread - by El Forum - 12-03-2009, 01:45 PM
CodeIgniter Session Problems Thread - by El Forum - 12-03-2009, 02:29 PM
CodeIgniter Session Problems Thread - by El Forum - 12-05-2009, 04:25 AM
CodeIgniter Session Problems Thread - by El Forum - 05-16-2010, 01:03 AM
CodeIgniter Session Problems Thread - by El Forum - 05-16-2010, 03:17 AM
CodeIgniter Session Problems Thread - by El Forum - 08-23-2010, 10:32 PM
CodeIgniter Session Problems Thread - by El Forum - 08-24-2010, 03:32 AM
CodeIgniter Session Problems Thread - by El Forum - 08-24-2010, 08:43 AM
CodeIgniter Session Problems Thread - by El Forum - 09-16-2010, 01:59 AM
CodeIgniter Session Problems Thread - by El Forum - 09-16-2010, 08:47 AM
CodeIgniter Session Problems Thread - by El Forum - 09-17-2010, 07:45 PM
CodeIgniter Session Problems Thread - by El Forum - 09-18-2010, 03:44 AM
CodeIgniter Session Problems Thread - by El Forum - 09-18-2010, 07:02 AM
CodeIgniter Session Problems Thread - by El Forum - 06-03-2011, 08:36 AM
CodeIgniter Session Problems Thread - by El Forum - 06-03-2011, 08:44 AM
CodeIgniter Session Problems Thread - by El Forum - 06-03-2011, 08:53 AM
CodeIgniter Session Problems Thread - by El Forum - 06-06-2011, 12:34 AM
CodeIgniter Session Problems Thread - by El Forum - 06-06-2011, 09:19 AM
CodeIgniter Session Problems Thread - by El Forum - 03-07-2012, 10:26 AM
CodeIgniter Session Problems Thread - by El Forum - 03-07-2012, 10:51 AM
CodeIgniter Session Problems Thread - by El Forum - 03-07-2012, 11:10 AM
CodeIgniter Session Problems Thread - by El Forum - 05-21-2013, 03:09 AM
CodeIgniter Session Problems Thread - by El Forum - 05-21-2013, 03:12 AM
CodeIgniter Session Problems Thread - by El Forum - 06-28-2013, 02:56 PM
CodeIgniter Session Problems Thread - by El Forum - 08-21-2013, 02:58 AM
CodeIgniter Session Problems Thread - by El Forum - 08-22-2013, 12:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB