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 [syntax=php]session_set_cookie_params();[/syntax] before calling [syntax=php]session_start();[/syntax] 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! :)