Are you posting the data via AJAX? There's a known issue w/IE9 and earlier w/AJAX POST operations, where if the server's keep alive timeout is lower than 60 seconds, it can cause IE problems and what you get is a request that doesn't post the data back to the server.
-Dan On Sun, Sep 21, 2014 at 1:04 AM, Phillip Vector <vec...@mostdeadlygame.com> wrote: > > I don't know if this is a CFML issue or what... But perhaps someone has run > across this and can offer a hand... > > <form action="#myself#Login.CheckLogin" method="post" > enctype="multipart/form-data"> > <input type="text" name="username"> > <input type="Password" name="Password"> > <input type="Submit" class="submit" name="Login" > value="Log in"> > </form> > > (It's not this bad, but I removed the formatting and so on). This works > with all the browsers. When I try it with IE, Chrome, Firefox, it works > fine. > > It hits > > <cfquery datasource="PQ" name="UID"> > select QUID > from Users > where Username = <cfqueryparam cfsqltype="cf_sql_varchar" > value="#form.Username#"> > </cfquery> > > and works perfectly. > > One user (using IE) tries to use it and most of the time, it works. But > occasionally, I get this error emailed to me... > > The key [USERNAME] does not exist, only the following keys are available: > []. > > (This is running fusebox on Railo). > > Does anyone know about an issue where IE SOMETIMES (he can do it most > times) drops form data? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:359330 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm