I developed an ISAPI Extension in C++ which makes some output, but any
redirection that occurs immediately after the insertion of a cookie on my
page returns me the following:
HTTP/1.1 302 Object Moved Connection: close Date: Fri, 11 Dec 2009 17:32:12
GMT Content-Length: 162 Content-Type: text / html Location: http:
//Localhost/Paginas/principal.html Server: Microsoft -IIS/6.0 Set-Cookie:
status = active; path = /;
Object Moved
This document may be found here
What is the way to solve this problem?
Thank you for the help everyone.
William I developed an ISAPI Extension in C++ which makes some output, but
any redirection that occurs immediately after the insertion of a cookie on my
page returns me the following:
HTTP/1.1 302 Object Moved Connection: close Date: Fri, 11 Dec 2009 17:32:12
GMT Content-Length: 162 Content-Type: text / html Location: http:
//Localhost/Paginas/principal.html Server: Microsoft -IIS/6.0 Set-Cookie:
status = active; path = /;
Object Moved
This document may be found here
What is the way to solve this problem?
Thank you for the help everyone.