Welcome Guest, Not a member yet? Register   Sign In
[Solved] Codeigniter sessions Question
#2

(This post was last modified: 10-30-2017, 10:50 PM by wolfgang1983.)

I think I found the solution need to put cookie domain


PHP Code:
$config['cookie_prefix'] = '';
$config['cookie_domain'] = '.example.co.nz';
$config['cookie_path'] = '/';
$config['cookie_secure'] = FALSE;
$config['cookie_httponly'] = FALSE

Seems to work now
There's only one rule - please don't tell anyone to go and read the manual.  Sometimes the manual just SUCKS!
Reply


Messages In This Thread
RE: Codeigniter sessions Question - by wolfgang1983 - 10-30-2017, 10:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB