Shopping cart with different secure url than application

Hi,

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?

heimdull wrote:

Hi,

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

On Sep 23, 2008, at 2:10 PM, heimdull wrote:

Anyone have an idea where I should start looking?

Set the domain for the cookie to be app.com

(Or send a cookie to secure.app.com)

-Rob

Rob B. http://agileconsultingllc.com
[email protected]