|
-
Mar 25th, 2008, 11:33 AM
#1
Thread Starter
Lively Member
A quick question about sessions.
HI guys, just a quick question.
Im using session varibles to hold data etc, problem is before the data gets inserted into a database, it has to process a card payment. If the card payment is accepted it then gets inserted, problem is the payment portal is on a different website not hosted by ourselves.
With session varaibles are they held when you navigate away from the site i.e to another url? If not, any ideas what i could use as an alaternative?
thanks again.
-
Mar 25th, 2008, 01:54 PM
#2
Re: A quick question about sessions.
No, they're not passed to another application such as in your case. If you are using a payment gateway, then your payment gateway will have specified exactly how to pass this information along. It should be in their documentation, we can't speculate as to what it is expecting.
-
Mar 26th, 2008, 03:35 AM
#3
Thread Starter
Lively Member
Re: A quick question about sessions.
Thanks for the reply mendhak. I pass something to the portal but that then gets passed back after to our site, so therfor we need to use the preivous set sessions again after the payment portal returns to our site.
-
Mar 26th, 2008, 03:52 AM
#4
Re: A quick question about sessions.
There must be an identifier which makes this transaction unique. Consider storing that unique identifier along with your session information in a database table, so that when it comes back, you have the information ready.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|