Page 1 of 1

SSL Tip

Posted: Wed Jun 19, 2013 5:12 pm
by wrichards8
I just wanted to give you guys a tip for when you all go over to SSL. Even though your site use a secure connection, you need to use
session_set_cookie_params();
before calling
session_start();
otherwise your session cookies will be sent in the clear.

Re: SSL Tip

Posted: Wed Jun 19, 2013 6:23 pm
by Helx
Thanks for the great tip! :)