names) I have often shares sessions by doing an
application-context-switch -- using the same <CFAPPLICATION> tag as on
your non-secure site when trying to access it... (maybe passing urltoken
in the query string or form as well...)
If not, you might consider passing the data by using WDDX to serialize
it to xml and sending with the form data, or writing session data to a
database and sending the key to the secure server to recover it...
There are many options, but it depends what assumptions you can make
about your environment.
-Dov
_____
From: Ketan Patel [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 10, 2004 10:04 AM
To: CF-Talk
Subject: passing sessions between 2 sites
I have a shopping cart that it is losing all of its values when
the user
hits the checkout button and takes them to my secure checkout
page.
Example, the user is shopping at www.store.com and purchase
several items
which are saved as session variables (session.cartdata), they
then would
click on the checkout button which goes to
https://secure.securestore.com, but all of the session variables
are lost.
the checkoutbutton has the following code behind
<cfoutput>
<form method="POST"
action=""> target="_blank"> <input type="submit" value="Checkout"
name="submit">
</form>
</cfoutput>
Any suggestions to avoid losing my session.
Ketan Patel
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

