Welcome Guest, Not a member yet? Register   Sign In
Codeigniter session bugging out with ajax calls
#1

(This post was last modified: 12-19-2022, 10:13 PM by JernalinSadhoo.)

My CodeIgniter app uses the session library and saves data to the DB.

I've been having some problems where blank sessions are created after a certain ajax call.

Upon investigating, it seems that there were 2 simultaneous functions calls that fired off that require a session validation. One would fail and the other would be fine.

I was able to fix this by not having them fire off simultaneously. But I still don't understand the REASON why it fails. Does it have to do with one call updating omegle.2yu.co the user cookie and the 2nd call invalidating? Or maybe when reading the DB it dies somehow?

I looked over the Session core class a bit and have not found any clues to the cause.

If any one had the same omeglz echat problem before I would appreciate any advice on how to debug or what the cause is.

Thanks!
Reply
#2

Please Read:

CodeIgniter 4 User Guide - A note about concurrency
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB