I have an application that has the url www.app.com and everything
works fine using ssl_requirement plugin I redirect to https://www.app.com
and my customer can checkout without issues. BUT now I need to setup
the application where the checkout process is redirected to
https://secure.app.com.
The issue is that when they are redirected I loose the cookie. (Or
rather the cookie is only valid for the original www.app.com.)
I have an application that has the url www.app.com and everything
works fine using ssl_requirement plugin I redirect to
https://www.app.com
and my customer can checkout without issues. BUT now I need to setup
the application where the checkout process is redirected to
https://secure.app.com.
The issue is that when they are redirected I loose the cookie. (Or
rather the cookie is only valid for the original www.app.com.)
Anyone have an idea where I should start looking?
I think the only way is to have an IP based "sharing between sessions"
or something like that.
GL.
-=R