diff --git a/system/libraries/Session.php b/system/libraries/Session.php
index 94efee5..bcd2e4d 100644
--- a/system/libraries/Session.php
+++ b/system/libraries/Session.php
@@ -13,6 +13,11 @@
  * @filesource
  */
  
+// INITIALIZE THE CLASS ---------------------------------------------------
+
+$obj =& get_instance();
+$obj->session =& new CI_Session();
+
 // ------------------------------------------------------------------------
 
 /**