That can be a tricky one. We had a problem with that recently where some customers were complaining that they would take an action on the site and then get "logged out". Turns out that there were some http calls to cdns for jquery on an otherwise https site. On certain configurations of IE it would trigger mixed content warnings that would show a little button down at the bottom of the page that they didn't notice while the main page would be showing our non-logged in content because it was stopped by the browser mid-redirect. D'oh.
Judah On Fri, Jun 8, 2012 at 5:19 AM, Scott Stewart <[email protected]> wrote: > > We fixed it, there was a point in one of the YUI calls where it was > calling a fully qualified URL that was an "http" instead of an "https". > On 6/7/2012 2:07 PM, Judah McAuley wrote: >> Have you tried firebug to see what is failing in the JS? I'm presuming >> an ajax call. And have you tried doing a traceroute from that machine >> to see if there is a problem upstream from your server? >> >> Cheers, >> Judah >> >> On Thu, Jun 7, 2012 at 10:42 AM, Scott Stewart >> <[email protected]> wrote: >>> Here's a weird one, >>> One of our client sites works fine on every computer in our office (and >>> no these arent terribly fast machines), and for most of the users that >>> access it. >>> However, certain users (we havent been able to establish a pattern yet) >>> are having issues trying to save data. We've made no changes to the >>> code, but we have done a couple of database restores in the past few days. >>> >>> We've managed to reproduce the problem by remoting into one of our >>> webservers (we have multiple providers) and running the process. The >>> only failure I can find is a javascript failure, there's a crapload of >>> bulky YUI code in here. >>> >>> Any thoughts? >>> >>> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351511 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

