CodeIgnitor is generating multiple sessions in the database, why?

Posted by Derrick on Stack Overflow See other posts from Stack Overflow or by Derrick
Published on 2010-03-13T15:21:04Z Indexed on 2010/03/13 15:25 UTC
Read the original article Hit count: 184

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about codeigniter

Related posts about sessions