G
Guest
Hello All:
I am writing an ASP.NET application that will take the user to PayPal to
make some payments. Before going to PayPal, I collect relevant user
information and store it in a session state slot. I'm using InProc session
state. After the user goes through the paypal site, the session information
I collected / saved is gone.
Is there a way to maintain state across domains without resorting to
ugliness like saving the session info to temporary files on the server, etc.?
Robert
I am writing an ASP.NET application that will take the user to PayPal to
make some payments. Before going to PayPal, I collect relevant user
information and store it in a session state slot. I'm using InProc session
state. After the user goes through the paypal site, the session information
I collected / saved is gone.
Is there a way to maintain state across domains without resorting to
ugliness like saving the session info to temporary files on the server, etc.?
Robert