benedmunds / CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
http://benedmunds.com/ion_auth/
MIT License
2.35k stars 1.14k forks source link

Remember me doesn't work in CI 4 #1471

Closed abitme closed 4 years ago

abitme commented 4 years ago

So currently im using Codeigniter 4 and PHP version 7.3.2. When I try remember me feature it doesnt work, the cookie is not saved in the browser. It seems the problem caused by cookie that has been generated for remember me is destroyed after return redirect. is there any solutions? sorry for my bad english

abitme commented 4 years ago

I have sent pull request for this