0

I have a page and a iframe. Im using this iframe for payment system. I'm sending payment info to moneybookers, after transaction moneybookers navigating a page to our return_url in iframe then session dropping.

timu
  • 828
  • 7
  • 20
  • 40

2 Answers2

5

You could add some logging to the Global.asax in Session and Application events to track what's going on with the user's Session and the Application as a whole.

Also, watch out of you're running in Web Farm mode (multiple IIS threads defined in the application pool) or load balancing

MANISHDAN LANGA
  • 2,227
  • 6
  • 29
  • 43
2

This appears to be a duplicate of another question. For solution, please see this page: Session Variables not saved when page is in an iFrame

Community
  • 1
  • 1
Termato
  • 1,556
  • 1
  • 16
  • 33