Windows Media Player in Firefox Causing Reload



Hi.

I have a problem that is driving me bonkers.
I have a windows media player playing in firefox.
It seems to be loading the page twice (a few milliseconds apart). I
have a method in my page_load that writes to
the database. The problem is that it is writing twice
due to the repeat page-load. I have tried sessions but
the reload is clearing the session, i think. I also tried
putting a variable (dim x as int = 0) as a global variable
and incrementing the count but it is getting reset also.

I am using a dynamic ASX file to capture a running visit count
and the count is getting incremented twice instead of once.

What is causing this? How can I prevent this from happening???
Help!?

.



Relevant Pages