Hello.
I installed Apache 1.3.27 mod_ssl 2.8.11 open SSL 0.9.6g and one older PHP version 4.2.2. All this on W2K
.
And I have both my (http & https) servers running OK(othough the certificate for now is invalid (I haven't purchased one yet)).
I have two questions: concerning http-https servers and sessions and about curl instalation.
1. Do I loose session vars when switching http to https and vice versa (I know that cookies are domain bounded, but is that the case with session vars?)? Presumption here: sessions are MySQL driven.
2. 'passing values' from https to http server (and vice versa) is OK thing. I will most certainly use it. But in my Apache module PHP instalation, I don't see curl (via PHPInfo) installed. How to install curl? Any FAQs arround?
Thanks for any suggestions.
- Programs are supposed to make living become easier. Do they? -
I installed Apache 1.3.27 mod_ssl 2.8.11 open SSL 0.9.6g and one older PHP version 4.2.2. All this on W2K

And I have both my (http & https) servers running OK(othough the certificate for now is invalid (I haven't purchased one yet)).
I have two questions: concerning http-https servers and sessions and about curl instalation.
1. Do I loose session vars when switching http to https and vice versa (I know that cookies are domain bounded, but is that the case with session vars?)? Presumption here: sessions are MySQL driven.
2. 'passing values' from https to http server (and vice versa) is OK thing. I will most certainly use it. But in my Apache module PHP instalation, I don't see curl (via PHPInfo) installed. How to install curl? Any FAQs arround?
Thanks for any suggestions.
- Programs are supposed to make living become easier. Do they? -