I am creating a login system for which i need to send data securely.
I want to send PHP Session Data using SSL
But i didn't know how to send data over Https://
Please Guide Me.
Thanks.
i didn't know how to send data over Https://
Exactly the same way as over HTTP.
But you should also set the HTTP only and secure flags on the session cookie.
Please check: How can I force users to access my page over HTTPS instead of HTTP? for details on assuring that your page is served via https.