I have a portal application with the following url https://pv.xxxxx.org/Y/Students.aspx, at least that is how it appears in any of my web browsers on my PC. On my Kindle Fire HD (Silk) or iPhone (Chrome) it is showing up like
As soon as I click on any link in the web forms application the system just logs me out. I have coded pretty heavy error handling into the system so it sends me an email and logs to the database and event logs if anything goes wrong and I am getting nothing. I cannot reproduce the problem since it is only happening on those two mobile devices(that I have access to), and I cannot run a debugger on it.
Some other information it does not do bad things to my url in Safari on the iPhone. I do use the querystring to pass variables but not when you first load the application and this is after the end user, in this case me, has been authenticated and is on the landing page.
So my questions are why is it being modified, can I make it stop, if not how can I fix it? I have been struggling to find any mention of the problem let alone a solution through googling.