简体   繁体   中英

how to send Secure data to Client using SSL

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM