I am building an auction app for a music festival and the app is being embedded into the festival's site via an iFrame
.
The problem I'm having is with Chrome. When viewed directly (on the source site) I can log in to the app fine, but when viewing the app through the iFrame on the festival's website I can't seem to log in. However, I can still register users. I should also note that this system was built on CodeIgnitor.
I have absolutely no clue why this is happening? Does it have to do with cross-domain policies? Any help on this is much appreciated.