Worked fine now. Since both domains are on same server the CFID &CFTOKEN
passing worked.
Thanks
Ketan Patel

  -----Original Message-----
  From: Ubqtous [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, February 10, 2004 10:26 AM
  To: CF-Talk
  Subject: Re: passing sessions between 2 sites

  Ketan,

  On 2/10/2004 at 10:04, you wrote:

  KP> Any suggestions to avoid losing my session.

  Is www.store.com on the same server as secure.securestore.com? If so,
  just append CFID & CFTOKEN in the URL that sends the user to the
  secure site. If the secure site has its own Application.cfm, I'm
  pretty sure it's necessary to have the non-secure and secure
  application names match.

  If they aren't on the same server, then maybe CFWDDX will work for you:

  Convert customer session data to WDDX packet:

  <cfwddx action="" input="#session.customer#"
output="sessiontext">

  Transfer WDDX packet to secure server via form post (put the WDDX
  packet in a hidden form field) and convert back to a CF structure:

  <cfwddx action="" input="#sessiontext#"
output="session.customer">

  ~ Ubqtous ~
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to