POE 0.3009 and POE::Component::Server::HTTP question

Windows XP
CGI::Application

The content handler provides a login page URL which is rendered
correctly.  Once the form is submitted, the user is validated and the
following HTML is returned to POE.

<HTML>
  <HEAD>
   <title>Authorizing...</title>
      <META http-equiv="refresh"
content="0;URL=http://bfaist-ws:32080/cgi-bin/emsng_ietm_poe/IETM_Menu.p
l">
  </HEAD>
</html>

This meta refresh works OK in Firefox but does not work OK in IE6.  Any
reasons why this would not work for IE?  If I run the CGI::App alone
with Apache, it handles the meta refresh OK in Firefox and IE6.

There header attributes are being set in the response object.

[Thu Apr 14 12:30:53 2005] server.pl: Setting Date equals Thu, 14 Apr
2005 16:30:53 GMT
[Thu Apr 14 12:30:53 2005] server.pl: Setting Set-Cookie equals
emsng_ietm_poe_session_key=acb3e60100360eb087b5f1219865c730; path=/
[Thu Apr 14 12:30:53 2005] server.pl: Setting Content-Type equals
text/html; charset=ISO-8859-1

**********************************************************************
Confidentiality Notice
The information contained in this e-mail is confidential and intended for
use only by the person(s) or organization listed in the address. If you have
received this communication in error, please contact the sender at O'Neil &
Associates, Inc., immediately. Any copying, dissemination, or distribution
of this communication, other than by the intended recipient, is strictly
prohibited.
**********************************************************************

Reply via email to