With our ever growing API systems we have to parse alot of stuff over SSL to keep connect data secure at the moment we current have
https://olliekett.com
However we dont use wildcard SSL as it's very pricely. We're currelty registerting a new server and SSL which will run on
https://connect.olliekett.com
This will mean pass PHP sessions between different locations so that the data from our API is connected via SSL and send between the secure layer.
Do to this just put the following code before you start your session.
ini_set("session.cookie_domain", ".yourdomain.com"); |