Hi,
How would I apply SSL HTTPS to my PHP Login system. My login system is basic here is how it goes:
Fetches session and user then checks if its correct. I'll need some kind of SSL/HTTPS checking.
Any examples?
Hi,
How would I apply SSL HTTPS to my PHP Login system. My login system is basic here is how it goes:
Fetches session and user then checks if its correct. I'll need some kind of SSL/HTTPS checking.
Any examples?
Your question makes little sense. SSL is a secure transport layer, but its operation is totally transparent to PHP.
Everything that worked before you had SSL should work the same way it does with SSL. All the authentication and encryption/decryption is done automatically for you.
See: