|
|
 |
RE: FN-FORUM Arrghghhh
date posted 14th January 2003 15:37
Don't know if it works for asp, but in PHP you can use CURL to send
variables to a remote page without making them visible at all, I guess
if you can't use curl then you could setup the socket commands yourself.
---
www.galcomp.net - Full Featured Web hosting
www.cvdb.info - Free CV storage and autoresponder
(ICQ#: 178070533)
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] On Behalf Of Andy
Macnaughton-Jones
Sent: 14 January 2003 15:07
To: [EMAIL REMOVED]
Subject: RE: FN-FORUM Arrghghhh
Sadly doesn't help here, bog standard ASP only...
-----Original Message-----
From: Matthew Baines [EMAIL REMOVED]
Sent: 14 January 2003 14:39
To: [EMAIL REMOVED]
Subject: RE: FN-FORUM Arrghghhh
dont know if it helps but with ASP.Net you can store
sessions across multiple machines...
--- Michael Beckett [EMAIL REMOVED]
wrote: > 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]
=====
Matthew C Baines
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts http://uk.my.yahoo.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]
---
[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]
|
 |
|