Welcome Guest, Not a member yet? Register   Sign In
Problem with session
#1

Hello

In my project I am saving CodeIgniter session data in a database. I am also using Ion Auth. I have a dynamic database connection, where I need to store the name of the client database in session. The Ion Auth connects to the correct database using this session value.

However, on the logout page, I have this code:

Code:
$this->ion_auth->logout();

The problem is:
Sometimes I lose all session data because $this->session->sess_destroy(); which is also called in the logout function is quicker and deletes all data in the database before I can get the needed session value with another query.

So simply put: I need the session data on the logout page and need to call $this->session->sess_destroy(); at the same time. But if the query for the sess_destroy is faster, I cant get the data. Is there a solution for this?

Thanks for your help.

Marc
Reply




Theme © iAndrew 2016 - Forum software by © MyBB