HandleSpecialURL from PayPal

I have also put the code in a sample app where this is the only code in the open event of a window.

Does the browser have cookies turned off?

No.

I am using safari and I have check stored cookies details, and the browser is showing that a cookie is stored for my app.

Greg:

Are you using OS X or windows?

Greg:

I think I got it working.

OK…

Now, I am able to set and retrieve a cookie successfully, and I am able to return to my app. Now that I have landed back at my app, how do I navigate to a page of my choice?

It seems any code I add outside of the following:

if Request.Path = “cancel” then
return true
end if

if Request.Path = “success” then
return true
end if

is ignored. Any suggestions?