IwodWebNotify_ResponseDone called twice - WeOnlyDo Discussion board

IwodWebNotify_ResponseDone called twice (wodWebServer / wodWebServer.NET)

by Josef Lindinger, Monday, October 23, 2006, 13:15 (6398 days ago)

Hi,

In my project, IwodWebNotify_ResponseDone is called twice for each request.
At this time i use this workaround, but i think it should be fixed

If User.Response.Tag = True Then
Exit sub
End If
User.Response.Tag = True

Thank you,
Josef

Re: IwodWebNotify_ResponseDone called twice

by wodSupport, Wednesday, November 01, 2006, 20:06 (6388 days ago) @ Josef Lindinger

Jozef,

I don't think this should be happening. I just tried and it works ok. I see it twice only in IE7 first time I open it and that yellow bar appears, but I think IE7 actually sends 2 requests.

Can you tell us how your code looks like?

Kreso