Welcome Guest, Not a member yet? Register   Sign In
Problem using the OB session Library
#2

[eluser]spheroid[/eluser]
Modify this line in your application/config/config.php file:

Code:
$config['sess_database'] = 'default';

It needs to match the same setting in application/config/database.php. For instance, I had:

Code:
$active_group = "production";

So I would need to change the config.php to:

Code:
$config['sess_database'] = 'production';


Messages In This Thread
Problem using the OB session Library - by El Forum - 04-01-2008, 12:52 PM
Problem using the OB session Library - by El Forum - 10-21-2008, 02:12 PM
Problem using the OB session Library - by El Forum - 08-12-2009, 01:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB