I have a weird issue. Whenever I do something like login it will create the session, but then say ‘Download Failed Safari cannot download this file’ and doesn’t redirect. If I go the the actual page that it should have redirected me to I am logged in. The same things happens any time you do anything such as logout, upload content, etc.
It only happens on iOS devices in Safari on 3G. Wifi it works just fine. Chrome on the iPhone works fine on 3G. Obviously its like its trying to download something, but I can’t seem to figure out why this is, or why it is.
It happens when I am login in to my profile, but if that profile is public and I just go directly to that page without logging in there is not issue. Make sense?…..
The site is built in Codeigniter. If any one has ANY sort of idea that would be great!!!
The problem had to do with a server configuration that was causing the issue. Even thought I had $config[‘compress_output’] = FALSE; set it was still utilizing gzip. We turned it off in the server configuration and it fixed the issue.