0

I am developing a client in Flash and using http req/resp to communicate with the server. For a while the session works fine and then the connection is terminated by the server. I did a wireshark sniff at the server and the last message which it sends is a RST packet. Also it happens only when I'm using IE and the server and client are in different domains. This does not happen in FireFox. I have been struggling to find a sol, till I found this thread. It's a bit old but I hope I could get some help. I am not sure if this bit of info is important but I am connecting to the server via a gateway.

Any clue or suggestions for where should I look into to locate the problem ?

Community
  • 1
  • 1
intoTHEwild
  • 448
  • 7
  • 24
  • What is "this thread" that you are referring to? – Adam Harte Nov 05 '09 at 00:03
  • I added a link to the thread in question. – Bill the Lizard Nov 05 '09 at 02:10
  • thnx for adding the link Bill, any suggestions. earlier i was thinking that something is wrong in my client code or server code. but since the problem never arises with firefox, i m inclined to think that it has smthing to do with either the network or with IE. But if so what could i do to avoid this problem ? – intoTHEwild Nov 05 '09 at 05:19

1 Answers1

0

Have you seen this: http://support.microsoft.com/kb/922703

Amit Naidu
  • 2,494
  • 2
  • 24
  • 32