views:

5

answers:

0

I'm developing a shopping cart and when the user goes ahead for purchasing the items the script redirects him from Http to Https. The problem is that i need to retrieve the session variables set out on Http domain. So here's the thing: Is it reliable to send from one domain to another the session_id to get the session variables considering the session is stored in the DDBB and not in the filesystem?

Otherwise, what are other options?