Hi Guys

I was wondering how this module plays with other session storage modules.

I was about to move my sessions to mongodb but stop because I notices that session_api makes queries to the DB directly, which means that if sessions are stored somewhere else (MongoDB) those queries won't work.

Like the join made in session_api_cron().

Am I wrong?

Comments

a.ross’s picture

That join has been removed as it was faulty. I don't have any experience with Mongo, but AFAICT it isn't relational and thus doesn't support JOINs. Any other possible issues?