On Sep 23, 2008, at 2:10 PM, 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?

Set the domain for the cookie to be app.com

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

-Rob

Rob Biedenharn          http://agileconsultingllc.com
[EMAIL PROTECTED]



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to