Hello, I'm creating a web application meant to be viewed by iPhones, Blackberrys etc. My problem is that, when an iPhone user adds a link to the app on their home screen, they have to log in twice.
The cycle goes like this:
- User bookmarks the app's homepage
- User later goes to the homepage
- They are brought first to the log in screen
- After logging in, they are taken to the app's homepage
- As soon as they click a link, Safari opens a new window in which they are brought to the log in page again
- After logging in this time, everything works as normal
It seems like a problem with Session variables, though I can't seem to find any sort of elegant solution for it.
Also, the server is running ColdFusion.