Skip to content

Commit

Permalink
Initial commit. Porting over the original work done before the sessio…
Browse files Browse the repository at this point in the history
…ns were moved to the driver model.

Signed-off-by: Ian Oberst <areson@gmail.com>
  • Loading branch information
Areson committed Oct 16, 2012
1 parent 37c85d7 commit b8e10ee
Show file tree
Hide file tree
Showing 2 changed files with 957 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/libraries/Session/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ public function __construct(array $params = array())
// Get valid drivers list
$this->valid_drivers = array(
'Session_native',
'Session_cookie'
'Session_cookie',
'Session_ajax'
);
$key = 'sess_valid_drivers';
$drivers = isset($params[$key]) ? $params[$key] : $CI->config->item($key);
Expand Down
Loading

0 comments on commit b8e10ee

Please sign in to comment.