There is a multilingual web shop, visitors can access from two domains, with different language:
hxxp://x.com – English
hxxp://x.ru – Russian, which is an add-on domain to x.com.
The authentication and cart pages are here, through SSL:
https://x.com/index.php?mode=login
How can I use the cookie informations of x.ru on hxxps://x.com?
And is it ok to redirect the visitors of x.ru to hxxps://x.com for authentication, and after that, redirect back to x.ru?
thank you.
If you look any Google auth page it’s redirect you to a SSL login page then returns to a simple http one. So i think this will be fine.
IMO you can store cookie informations in a database with a unique token then check this data against stored cookies/session variables.