Welcome Guest, Not a member yet? Register   Sign In
flexi cart - A comprehensive shopping cart library for CodeIgniter
#62

[eluser]haseydesign[/eluser]
@AlwynW

This problem is usually caused if you are not saving session data to a database.

This is defined via a config setting in the CI config file.
Code:
$config['sess_use_database'] = TRUE;

For the this to work, you have to also ensure the session database table has been created.
Read more at http://ellislab.com/codeigniter/user-gui...sions.html under the subheading Saving Session Data to a Database


Messages In This Thread
flexi cart - A comprehensive shopping cart library for CodeIgniter - by El Forum - 10-26-2012, 07:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB