Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cookie Question

Status
Not open for further replies.

DKL01

Programmer
Joined
Sep 14, 2000
Messages
233
Location
US
Hi,

In the first ASP page I'm setting the cookies using following syntax :
<%
Admin = &quot;Yes&quot;
Response.Cookies(&quot;Admin&quot;) = Admin
%>

In following ASP pages I'm reading the value using following syntax :
<% if Request.Cookies(&quot;Admin&quot;) = &quot;Yes&quot; then %>
-----
-----

This works fine in IE. But Netscape is failing to set and get cookie values. What could be the problem ? I have Netscape Communicator 4.75

Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top