Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an iframe on a page. We are using this frame for payment and we are using Moneybookers(skrill) and our return_url target property is "_top" because we must redirect other page for payment details but when skrill is navigating to our return_url page with "_top" session is dropping.

What should i do?
Posted
Updated 7-Dec-11 3:50am
v2
Comments
Leeland Clay 7-Dec-11 19:42pm    
If I'm understanding what you're doing, you can't use Session variables because you're working with a different server. When I worked with other payment services, I used hidden form fields that that it would be accessible within the view state.
[no name] 8-Dec-11 3:56am    
Thanks for comment i will give it a try.

1 solution

Hidden fields would be a better choice i guess..Store the values in respective hidden fields rather than sessions.
 
Share this answer
 

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