asptoday_discuss thread: maintaining state with sessions from a server side origin
I have a conundrum.
I need to access a credit card processor from the backend of my shopping
cart. Problem is, the processor is using ASP session tracking. Posting
from the server means I have no browser to deal with the cookie so my
session gets lost and processing stops rather abruptly.
Finally, I am using php rather than ASP server side.
What happens to an ASP session cookie in this instance? Does it actually
get stored on my server somewhere that I can retrieve?
HELP!