SSL Tip
Posted: Wed Jun 19, 2013 5:12 pm
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.