Click here to Skip to main content
15,888,279 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

How can I set print a session object value when I am providing PayPal IPN the URL? I want to print the value after the URL because we provide a static URL to PayPal IPN.

I also want to assign it the value of a session object currently running in the browser so that when PayPal IPN redirects to the page it also has the session value in a query string.

http://www.abc.com/notify.aspx?orderno= "+ Session["order"].value +"


How can I pass the same session value when setting URL for PayPal IPN?

Thanks in Advance,

Asfand
Posted
Updated 22-Nov-10 18:20pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900