Welcome Guest, Not a member yet? Register   Sign In
Secure cookie change in php.ini
#1

The site https I changed options to true. Apparently it is working. 
$ config ['cookie_secure'] = TRUE;
$ config ['cookie_httponly'] = TRUE;

But in php.ini this session.cookie_secure = Off and session.cookie_httponly = Off. I should switch to On?
Reply
#2

(01-15-2016, 06:34 AM)edica Wrote: The site https I changed options to true. Apparently it is working. 
$ config ['cookie_secure'] = TRUE;
$ config ['cookie_httponly'] = TRUE;

But in php.ini this session.cookie_secure = Off and session.cookie_httponly = Off. I should switch to On?

I believe that CI is going to do this for you.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB