RE: [PHP] How to start a secure HTTP session?

2002-02-19 Thread Navid Yar
-Original Message- From: Janet Valade [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 12:15 AM To: gaukia 345; [EMAIL PROTECTED] Subject: Re: [PHP] How to start a secure HTTP session? To have a secure HTTP session, you must be communicating with a secure web server. This is

Re: [PHP] How to start a secure HTTP session?

2002-02-17 Thread Janet Valade
To have a secure HTTP session, you must be communicating with a secure web server. This is apache. It has nothing to do with PHP or Linux. You classmate was right. The only difference for SSL is that you use https instead of http. To find out if your server can communicate using SSL, try it. If y