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

Code:
autoload.php
$autoload['drivers'] = array('session');

hooks.php
$hook['post_controller_constructor'] = array(

post controller constructor
$this->session->set_userdata(..

another controller (Home.php)
print_r($this->session->userdata());

I am still getting the same error
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB