I\'m losting the session with CodeIgniter and only in Internet Explorer
I send an AJAX request to my first controller:
/controller/method1
My solution is similar to @sachin-prasad's answer. Only removing the underscore of the sess_cookie_name value will not work. You need to increase the sess_expiration as well.
sess_cookie_name
sess_expiration
I tested it in IE 11 and the session works fine.