I have one big problem. I used session variable on my program by declaring them using session_register(). My program won't function without them. Apparently, one of the pages needs to be on a secure site. Unfortunately, the the secure site is on a different domain. The values of the session variables I was using was gone after redirecting my page. I can't anymore use the session variable on that page (page that is on a different domain).
How can I use my old session variables? How can I pass them?
Thank you very much.