|
|
 |
RE: FN-FORUM Arrghghhh
date posted 14th January 2003 17:41
Shurely though, the form will still show then, even if only briefly.
-----Original Message-----
From: Michael Beckett [EMAIL REMOVED]
Sent: 14 January 2003 14:13
To: [EMAIL REMOVED]
Subject: RE: FN-FORUM Arrghghhh
Create a form on the transfer.asp page but make all the elements hidden
elements and then use javascript to auto-submit the form and go to the
secure pages.
Mike
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of Andy
Macnaughton-Jones
Sent: 14 January 2003 13:41
To: [EMAIL REMOVED]
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]
========
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]
---
[This E-mail scanned for viruses by Declude Virus]
========
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]
|
 |
|