SSL Tip

Any tutorials (or useful resources) should go in here.
Post Reply
wrichards8
Posts: 66
Joined: Thu Jan 12, 2012 3:54 pm
Contact:

SSL Tip

Post 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.
User avatar
Helx
Posts: 350
Joined: Thu May 17, 2012 6:45 am
Location: Auckland, New Zealand

Re: SSL Tip

Post by Helx »

Thanks for the great tip! :)
Post Reply