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

It is not clear to me exactly what problem you are having.

The loader class will find Session.php even though it is in a subfolder.

You can use
PHP Code:
var_dump($this->session); 
any place you want to check that the session library is loaded. If not loaded you will get a PHP error.

If sessions are not functioning properly it might be a config settings problem. What setting do you have for sessions and cookies?
Reply


Messages In This Thread
RE: "Unable to locate the specified class: Session.php"... - by dave friend - 06-14-2017, 01:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB