Welcome Guest, Not a member yet? Register   Sign In
Session not working in IE
#1

[eluser]mirko77[/eluser]
I already searched the forum for this issue, there is a thread here but I am not able to make it work.

I built a site using CI sessions and I am not able to login in both IE8 and IE9. I already played around with config.php and these are my cookies settings:
Code:
$config['sess_cookie_name']  = 'cisession';
$config['sess_expiration']  = 720000;
$config['sess_expire_on_close'] = true;
$config['sess_encrypt_cookie'] = true;
$config['sess_use_database'] = FALSE;
$config['sess_table_name']  = 'cisessions';
$config['sess_match_ip']  = FALSE;
$config['sess_match_useragent'] = FALSE;
$config['sess_time_to_update'] = 300;

I also set IE9 and IE8 to accept cookies but no luck so far

Any suggestion?
#2

[eluser]InsiteFX[/eluser]
You need to tell IE to use session cookies there is a checkbox on the bottom
#3

[eluser]skunkbad[/eluser]
[quote author="InsiteFX" date="1331622748"]You need to tell IE to use session cookies there is a checkbox on the bottom
[/quote]

What do you mean? I never told IE to behave, but it does. Maybe it just likes me?
#4

[eluser]InsiteFX[/eluser]
LOL every buddy likes you skunkbad!
#5

[eluser]mirko77[/eluser]
Well...IE settings are ok.

I have a screenshot, but it does not allow me to post it.







Theme © iAndrew 2016 - Forum software by © MyBB