Bruno
Bruno
Thanks, but i can't make it work. I use $this->rememberme->setCookie('admin') with the username "admin" and when i try to call $this->rememberme->verifyCookie() it always came false
Yes, there is! only orig_page_request it's empty, the other are all filled
If you could help, i may share my code. =)
I'm using hard code user id, just to test and make it works. my config.php $config['sess_cookie_name'] = 'ci_session'; $config['sess_expiration'] = 7200; $config['sess_expire_on_close'] = TRUE; $config['sess_encrypt_cookie'] = FALSE; $config['sess_use_database'] = FALSE;...
Of course i also tried with the config below ( the same that you posted in READE.me) $config['sess_expire_on_close'] = TRUE; $config['sess_encrypt_cookie'] = TRUE; $config['sess_use_database'] = TRUE; $config['sess_table_name'] = 'ci_sessions'; But...