CodeIgniter session class not working in Chrome

前端 未结 10 1639
别那么骄傲
别那么骄傲 2020-12-01 13:36

I have created a login system in codeigniter project, which is working fine in Firefox but doesn\'t work in Chrome, data fetch and set for session but when this code redirec

10条回答
  •  感动是毒
    2020-12-01 13:47

    I had the same problem and I could solve the problem by changing value of $config['sess_time_to_update'] = 3; in /application/config/config.php of CodeIgniter framework.

提交回复
热议问题