Welcome Guest, Not a member yet? Register   Sign In
CI 3.1.9 session timeout issue
#9

(This post was last modified: 12-09-2018, 09:44 AM by InsiteFX.)

You may need to set the cookie path in ,/application/config/config.php

PHP Code:
$config['cookie_prefix'  '';
$config['cookie_domain'  '.domainname.com';
$config['cookie_path'    '/';
$config['cookie_secure'  FALSE;
$config['cookie_httponly'] = FALSE

Change the .domainname.com to your host location.
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 3.1.9 session timeout issue - by php_rocs - 12-05-2018, 10:46 AM
RE: CI 3.1.9 session timeout issue - by php_rocs - 12-06-2018, 10:51 AM
RE: CI 3.1.9 session timeout issue - by InsiteFX - 12-09-2018, 04:29 AM
RE: CI 3.1.9 session timeout issue - by InsiteFX - 12-21-2018, 04:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB