session and SSL

A

Adrian Forbes [ASP MVP]

Are you getting back to the original site within the Session timeout?
Remember that when you access the last page on abc and go to xyz the timer
is running on your abc server and if you don't get back to the same site in
the same browser process within that time then your session will have gone.
 
S

shank

My transfer time is a few seconds, maybe 10. The issue is that I have 2
shopping carts on one site. I have 2 totally different lines of product that
must be handled in separate fashions. Different drop shippers. Different
shipping options. I'm trying to use one merchant account to collect credit
card info for both. So far, I'm only able to get 1 response from my cc
authorization company. Either yeah or nay. Somehow, assuming authorization
is successful, I need to take one set of actions for cart1 or a totally
different set of actions for cart2. So far, I am not able to carry a
Session("cartname") into the response page. The process is....

https://pay.asp ---> https://developer.skipjack.com/scripts/EvolvCC.dll --->
https://response.asp

How should I be doing this? I sure as heck do not want to get 2 merchant
accounts or do I lot of manual labor on the backside. One user suggested
that it's not possible to carry across domain names. Is that true, or is
there a way around this?
thanks
 
M

Mark Schupp

If the fulfillment script is called from the authorization service's server
then it cannot include the user's session cookie (because it doesn't have
it).

How do you specify your fulfillment script to the authorization service? Can
you include a querystring on it?

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com


shank said:
My transfer time is a few seconds, maybe 10. The issue is that I have 2
shopping carts on one site. I have 2 totally different lines of product that
must be handled in separate fashions. Different drop shippers. Different
shipping options. I'm trying to use one merchant account to collect credit
card info for both. So far, I'm only able to get 1 response from my cc
authorization company. Either yeah or nay. Somehow, assuming authorization
is successful, I need to take one set of actions for cart1 or a totally
different set of actions for cart2. So far, I am not able to carry a
Session("cartname") into the response page. The process is....

https://pay.asp --->
https://developer.skipjack.com/scripts/EvolvCC.dll --->
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,145
Messages
2,570,826
Members
47,373
Latest member
Desiree036

Latest Threads

Top