|
|
 |
Re: FN-FORUM Arrghghhh
date posted 14th January 2003 14:27
collate session info, place into file (csv, xml or something), save into a
directory not web accessable but available to the http and https domains,
and response.redirect to the secure page with a query string displaying the
name of the generated page.
the secure page opens this up xml file and populates the values on its side
accordingly.
alternatively generate the form details and use javascript to submit.
----- Original Message -----
From: "Andy Macnaughton-Jones" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Tuesday, January 14, 2003 1:41 PM
Subject: FN-FORUM Arrghghhh
> I've got a major mare.
>
> We're just integrating some shopping cart facilities onto our generic
> store front. The cart details are held in a session object and the data
> needs to be passed from the standard site (under whichever domain has
> the shop), e.g.,
>
> www.mydomain.co.uk/cart.asp
>
> to either
>
> https://secure.mydomain.co.uk/cart.asp or
> https://secure.sharedcertificate.co.uk/cart.asp
>
> What I need to do is to have it so that when the user selects a
> particular checkout method, that we call an intermediate page - but that
> page is simply a processing page, i.e.,
>
> transfer.asp
>
> the transfer.asp page will get all the session and cookies that are
> being used and then "SOMEHOW" transfer them to the "reception.asp" page
> on the secure server.
>
> I can't use cookies as I don't know if they'll be enabled
> I can't use an encrypted query string because the data is too long
> I can't use session variables because you can't set session variables on
> another server (to my knowledge)
>
> I've tried using addheader to read the data but it doesn't want to work
>
> I'd like to be able to (in effect) add data, but I don't want to
> display this intermediate page, I just want it to do a straight
> response.redirect to the secure data.
>
> My last resort is to save the session data into the database and then
> pick it up on the secure server, but I don't like the idea as none of
> the rest of the site works like this (our next version will !)
>
> Any suggestions gratefully received.
>
> Platform is Win2K/IIS5.0 with ASP
>
>
>
> Andy Macnaughton-Jones
> Senior Partner, IWD2
> Office : 01609-780100
> Mobile : 07956-863517
> www.iwd2.com
>
>
>
> ========
> 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]
|
 |
|