CodeIgnitor is generating multiple sessions in the database, why?
- by Derrick
Ive got a site that does a few ajax calls on page load, now for some reason, codeIgnitor is inserting 4 sessions (I'm assuming for each ajax call) as you load the page. I'm storing the sessions in the database.
I'm pretty sure there should only be one session per browser? FF seems to only generate one, other browsers seem to create a whole bunch of sessions.
Multiple sessions for the same user are giving me some serious authentication problems.
any ideas?