I start a session under an SSL connection (https), do some work, and
then register some variables. I then do a header("location:
http:/somepage.php"). the page is loated on the same server that was
doing the SSL work.My question is are the session variable I registered under the SSL connection still valid under the regular connection? jc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

