Welcome Guest, Not a member yet? Register   Sign In
ci_sessions and ion auth not working with sqlite
#3

(This post was last modified: 09-04-2016, 09:08 AM by InsiteFX.)

The sess_save_path has to be the database table name when using database sessions.

PHP Code:
$config['sess_driver'] = 'database';
$config['sess_save_path'] = 'ci_sessions'
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: ci_sessions and ion auth not working with sqlite - by InsiteFX - 09-04-2016, 09:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB