Re: double entries into database when using IE

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: double entries into database when using IE
Дата
Msg-id 20050705212333.GA99517@winnie.fuhr.org
обсуждение исходный текст
Ответ на double entries into database when using IE  (D A GERM <dgerm@shepherd.edu>)
Список pgsql-general
On Tue, Jul 05, 2005 at 02:04:47PM -0400, D A GERM wrote:
>
> I am having a problem when a browser dumps data into a table.

How exactly is the browser dumping data into a table?  Via a form
submission handled by a CGI program or the like?

> When the browser is Firefox , it works perfect; when the browser is IE,
> it dumps 2 entries into the table just thousandths of a second apart.

If you're doing a form submission, do you see multiple entries for
IE in the web server's access logs?

> What could be causing this? Is this an issue with IE, Apache or Postgres.

We'd need more information to say for sure.  Can you tell us more
about the path from the browser to the database?  Have you tried
to simplify the problem, i.e., create the smallest possible test
case that exhibits the undesirable behavior?  Sometimes that means
writing a separate program that isn't useful to your application
per se, but that eliminates the irrelevant factors so you can focus
on what matters.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-general по дате отправления:

Предыдущее
От: David Gagnon
Дата:
Сообщение: Re: double entries into database when using IE
Следующее
От: SCassidy@overlandstorage.com
Дата:
Сообщение: Re: double entries into database when using IE