Any tutorials (or useful resources) should go in here.
-
wrichards8
- Posts: 66
- Joined: Thu Jan 12, 2012 3:54 pm
-
Contact:
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
session_set_cookie_params();
before calling
session_start();
otherwise your session cookies will be sent in the clear.
-
Helx
- Posts: 350
- Joined: Thu May 17, 2012 6:45 am
- Location: Auckland, New Zealand
Post
by Helx »
Thanks for the great tip!