PHP Session lost in CodeIgniter IE only

后端 未结 2 1581
悲哀的现实
悲哀的现实 2021-01-27 07:04

I\'m losting the session with CodeIgniter and only in Internet Explorer

I send an AJAX request to my first controller:

/controller/method1

2条回答
  •  臣服心动
    2021-01-27 07:53

    Change the 'sess_cookie_name' in config from 'ci_session' to 'cisession'and sess_expiration from 7200 to 84200.

提交回复
热议问题