Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: maintaining state with sessions from a server side origin


Message #1 by "Andrew Hazen" <andrewhazen@j...> on Wed, 27 Feb 2002 16:33:39
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!

  Return to Index