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

(12-09-2018, 04:29 AM)InsiteFX Wrote: 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.

I am having session timeout issue, will cookie settings solve the session issue?
CI 3.x Mysql 5.x PHP 5.x
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 tuhin.chowdhury08 - 12-17-2018, 02:52 AM
RE: CI 3.1.9 session timeout issue - by InsiteFX - 12-21-2018, 04:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB