CodeIgniter Forums
Session issues - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Session issues (/showthread.php?tid=66508)



Session issues - Gleidson - 10-28-2016

Sessions in a browser get other sessions by another users. For eg:

User A -> Browser Chrome -> IP 192.168.0.105
User B -> Browser Mozilla -> IP 192.168.0.200
...
User H...

If you sign in on User A and reflesh the page, automatically change to User C, or User H. Or any other users.

I'm using: php56, CI 311.

I already tried to save sessions on database and files, without different results.

Thanks.

PS: sorry for my english!


RE: Session issues - Narf - 10-28-2016

https://github.com/bcit-ci/CodeIgniter/issues/4874


RE: Session issues - Gleidson - 10-28-2016

(10-28-2016, 07:40 AM)Narf Wrote: https://github.com/bcit-ci/CodeIgniter/issues/4874

I tried but I don't get fix it. How much do you charge to fix it to me?


RE: Session issues - Narf - 10-28-2016

(10-28-2016, 09:10 AM)Gleidson Wrote:
(10-28-2016, 07:40 AM)Narf Wrote: https://github.com/bcit-ci/CodeIgniter/issues/4874

I tried but I don't get fix it. How much do you charge to fix it to me?

I don't.

First on principle because it's my hobby.
And secondly because if the problem is in CodeIgniter, I have to fix it for everybody else anyway, not just you.

I'm thinking you just didn't do something right though. We just released 3.1.2, including fixes for this. Try it.