On Dec 2, 2005, at 11:47 PM, Patrice Neff wrote:
automagicly preserves the session. I couldn’t find an easy way to
Please tell me if this works.
Thanks. Seems simple enough.
Unfortunately, I won’t be able to try it until we go live since this
is an upgrade to the old site. I’m concerned that this may depend
too much on browser/security settings and other client-side details.
Since this would break the shopping process (the most important part)
if it didn’t work, it would still be very bad if it didn’t work for a
minority of folks. It also makes testing on a dev server a little
trickier, too.
In other development environments, I’ve ‘bridged the gap’ by
submitting the session id to the other domain, which forces the
session, if needed. No Rails magic here to do the same?
Phil