My server provides SSL connections via https, although the certificate costs extra…
Is there anything that needs to be changed in the PHP code to utilize this protocol?
My site has:
- ajax forms via POST
- regular forms and pages using POST and GET parameters
- Session variables
You should be good to go. PHP does not impact the use of SSL or not.
Things you should check are:
http://)https://Having an asset without
https://in a SSL powered site, the browsers will warn you visitors that something ain’t right.