|
|
 |
Re: FN-FORUM Arrghghhh
date posted 14th January 2003 17:38
The only way to POST the data would be to have javascript do a
onLoad submit() thang on the form, you could also detect if JS is
turned off and just display the intermediate page and a last resort.
I dont think there is any elegant solution to this problem if you
haven't designed it so the last page the user sees on cart.asp has all
the variables in hidden fields ready to POST to the secure server. Out
of interest why didn't you do it this way?
-- Richard
http://www.rwatt.co.uk
Tuesday, January 14, 2003, 1:41:19 PM, you wrote:
---------------------------------------
AMJ> I've got a major mare.
AMJ> We're just integrating some shopping cart facilities onto our generic
AMJ> store front. The cart details are held in a session object and the data
AMJ> needs to be passed from the standard site (under whichever domain has
AMJ> the shop), e.g.,
AMJ> www.mydomain.co.uk/cart.asp
AMJ> to either
AMJ> https://secure.mydomain.co.uk/cart.asp or
AMJ> https://secure.sharedcertificate.co.uk/cart.asp
AMJ> What I need to do is to have it so that when the user selects a
AMJ> particular checkout method, that we call an intermediate page - but that
AMJ> page is simply a processing page, i.e.,
AMJ> transfer.asp
AMJ> the transfer.asp page will get all the session and cookies that are
AMJ> being used and then "SOMEHOW" transfer them to the "reception.asp" page
AMJ> on the secure server.
AMJ> I can't use cookies as I don't know if they'll be enabled
AMJ> I can't use an encrypted query string because the data is too long
AMJ> I can't use session variables because you can't set session variables on
AMJ> another server (to my knowledge)
AMJ> I've tried using addheader to read the data but it doesn't want to work
AMJ> I'd like to be able to (in effect) add data, but I don't want to
AMJ> display this intermediate page, I just want it to do a straight
AMJ> response.redirect to the secure data.
AMJ> My last resort is to save the session data into the database and then
AMJ> pick it up on the secure server, but I don't like the idea as none of
AMJ> the rest of the site works like this (our next version will !)
AMJ> Any suggestions gratefully received.
AMJ> Platform is Win2K/IIS5.0 with ASP
AMJ> Andy Macnaughton-Jones
AMJ> Senior Partner, IWD2
AMJ> Office : 01609-780100
AMJ> Mobile : 07956-863517
AMJ> www.iwd2.com
AMJ> ========
AMJ> Advertise with Freelancers.net +Additions+
AMJ> http://www.freelancers.net/advert.php
AMJ> Freelancers and Freelance Jobs:
AMJ> http://www.freelancers.net
AMJ> Forum FAQs:
AMJ> http://freelancers.netrickery.com
AMJ> To unsubscribe please email:
AMJ> [EMAIL REMOVED]
AMJ> If you have difficulties unsubscribing please email:
AMJ> [EMAIL REMOVED]
========
Advertise with Freelancers.net +Additions+
http://www.freelancers.net/advert.php
Freelancers and Freelance Jobs:
http://www.freelancers.net
Forum FAQs:
http://freelancers.netrickery.com
To unsubscribe please email:
[EMAIL REMOVED]
If you have difficulties unsubscribing please email:
[EMAIL REMOVED]
|
 |
|