Well, I am going straight, How can i store session into database? I have tried and stored session into database but It will delete automatically from db because of codeigniter database garbage collector.
I don't know how to keep all the sessions? I don't want to delete any session from database. I don't want to delete session until database user delete the row.
Moreover, I want to develop user can log out from all the sessions.
Please share your thoughts. thanks.