hi all,
i have one problem,
when i set one cookie and REDIRECT , cookie dont is set
in file
$r->status(REDIRECT);
exit;
[nattis@nattis nattis]$ lynx -mime_header
'http://200.189.180.107:84/client/go.new?id=8.1&nick=wellington'
HTTP/1.1 302 Found
Date: Thu, 28 Nov 2002 13:35:22 GMT
Server: Apache/2.0.44-dev (Unix) mod_perl/1.99_08-dev Perl/v5.8.0
Location: frame?id=8.1&type=
Content-Length: 324
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="frame?id=8.1&type=">here</a>.</p>
<hr />
<address>Apache/2.0.44-dev (Unix) mod_perl/1.99_08-dev Perl/v5.8.0
Server at 127.0.0.1Port 84</address>
</body></html>
if i comment
#$r->status(REDIRECT);
exit;
[nattis@nattis nattis]$ lynx -mime_header
'http://200.189.180.107:84/client/go.new?id=8.1&nick=wellington'
HTTP/1.1 200 OK
Date: Thu, 28 Nov 2002 13:36:30 GMT
Server: Apache/2.0.44-dev (Unix) mod_perl/1.99_08-dev Perl/v5.8.0
Set-Cookie: _session_id=c7b9948e90650cc21524aa96a9bcebeb; path=/
Location: frame?id=8.1&type=
Content-Length: 0
Connection: close
Content-Type: text/plain; charset=ISO-8859-1
now cookie is set
this is one bug or correct?
bye
nattis
- Re: Redirect Problem Udlei Nattis
- Re: Redirect Problem domm
- Re: Redirect Problem Udlei Nattis
- Re: Redirect Problem domm