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

[eluser]memVN[/eluser]
I have a problem, after I login, I saved session to database and reditect to page success, However on IE9 not working (FF, IE7, Chrome working ok)
#2

[eluser]InsiteFX[/eluser]
Work's for me!
Make sure you change this:
Code:
$config['sess_cookie_name'] = 'ci_session';
// to, IE doe's not like the underscore!
$config['sess_cookie_name'] = 'cisession';
Also you may need to change your cookie setting's in IE9!

1) Click on tools
2) Click on the Privacy tab
3) Click on the Advanced buttom
4) Accept and allow all session cookies should be checked

InsiteFX
#3

[eluser]RJ[/eluser]
I was having the same problem, thanks for the help InsiteFX
#4

[eluser]InsiteFX[/eluser]
Your welcome, but this is one reason people have problems with the CI sessions.

InsiteFX
#5

[eluser]RJ[/eluser]
yep. always been a pain point for me




Theme © iAndrew 2016 - Forum software by © MyBB