Welcome Guest, Not a member yet? Register   Sign In
Unable to locate the specified class: Session.php
#5

(This post was last modified: 11-11-2014, 11:02 PM by ciadmin.)

My earlier reply says that the Session is still a class, until the new driver is complete.

This means that instead of
$autoload['drivers'] = array('session');
you need
$autoload['libraries'] = array('session');

This will change at some point, but it is how you use the session at the moment.
Reply


Messages In This Thread
RE: Unable to locate the specified class: Session.php - by ciadmin - 11-11-2014, 11:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB