Hi,
I was speaking to a webhost yesterday, over the phone, and I happened to mention a PHP problem I've been having lately.
The problem is that I've been having trouble passing session data from non secure webpages over to SSL. Apparently, session data is lost when you cross over to a different domain.
Anyway, this guy insisted that there is a way to declare what domains your session variables will be passed on to. I think it's something to do with a built in function that relates to sessions, but I'm not sure.
In any case... the guy was REALLY keeping his cards close to his chest and wouldn't elaborate any further (I think he wanted me to phone his mega expensive support telephone number!).
I was just wondering if anyone here knew about any functions or other "tricks" that would give us the opportunity to declare what domains we would like our session data to be passed to.
I've looked at the online PHP manual and to be honest, I found it a little bit confusing.
Thanks.