Hi,

Monday, July 29, 2002, 11:21:34 AM, you wrote:
MM> Do sessions not work when using an https connection?  It seems I'm losing my
MM> data between pages.

MM> Mike

If you are changing domain names when going to https you will lose the
session info if relying on cookies. You will have to hard code the
session id in the url if this is the case.

-- 
regards,
Tom


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to