ci-mongodb-session
                                
                                
                                
                                    ci-mongodb-session copied to clipboard
                            
                            
                            
                        [OBSOLETE] An extension to CodeIgniter session library with optional MongoDB backend.
#CodeIgniter MongoDB Session Library An extension to CodeIgniter session library with optional MongoDB database backend.
The library extends CodeIgniter's native session library to use MongoDB as database backend. It's uses V2 branch of "CodeIgniter MongoDB Active Record Library" by Alex Bilbie as MongoDB interface. See below for installation instructions.
##Screenshot

##Requirements
##Installation
- 
Place
MY_Session.phpfile inapplication/librariesdirectory. - 
Place
mongodb_session.phpfile inapplication/configdirectory. - 
Make sure that you have installed MongoDB Active Record library and your MongoDB connection parameters are correctly setup in
application/config/mongodb.php. - 
Make sure that
sess_use_databasedirective is set toTRUEinapplication/config/config.phpfile. - 
Make sure
sess_use_mongodbis set toTRUE. Also setsess_collection_namewith MongoDB session collection name. Both config directives reside inapplication/config/mongodb_session.phpfile.