|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Redirection |
From: |
Gilad |
Date: |
2/1/1999 12:48:30 PM |
IP: |
152.158.76.94 |
Hi.
Why doesnt the code works?
<%
If Request.QueryString("visit") = 1 Then
Response.Cookies("username") = Session("username")
Response.Cookies("email") = Session("uemail")
Response.Cookies("pcontent") = Session("whtml")
End If
%>
It says that:
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
|
Follow Up - Re: Redirection - Sell 2/1/1999 1:48:59 PM
|
|
|
|
|
|
|
|
|
|
|
|