Welcome Guest, Not a member yet? Register   Sign In
A tutorial about Ion Auth and authentication in CI3
#25

(06-23-2017, 12:35 AM)lanoux Wrote: CREATE TABLE IF NOT EXISTS `ci_sessions` (
 `id` varchar(128) NOT NULL,
 `ip_address` varchar(45) NOT NULL,
 `timestamp` int(10) unsigned NOT NULL DEFAULT '0',
 `data` blob NOT NULL,
 PRIMARY KEY (`id`),
 KEY `ci_sessions_timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Looks good.

I did notice that your encryption key is not proper. See the docs on how to set this up correctly.
Reply


Messages In This Thread
RE: A tutorial about Ion Auth and authentication in CI3 - by skunkbad - 06-23-2017, 07:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB