I want to make users look at my Intro page at least once, then set a cookie
for 6months and forward them to my Default page..i'm using the Below code,
but it's not working
<Default.asp>
<%
If IsNull(Request.Cookies("slo-pitch.com")) Then
response.Redirect("intro.asp")
end if
%>
<intro.asp>
<%
Response.cookies("slo-pitch.com").Expires = Date + 180
Response.Cookies("slo-pitch.com")="viewed"
%>
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]