Hi,
In the first ASP page I'm setting the cookies using following syntax :
<%
Admin = "Yes"
Response.Cookies("Admin" = Admin
%>
In following ASP pages I'm reading the value using following syntax :
<% if Request.Cookies("Admin" = "Yes" 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.
In the first ASP page I'm setting the cookies using following syntax :
<%
Admin = "Yes"
Response.Cookies("Admin" = Admin
%>
In following ASP pages I'm reading the value using following syntax :
<% if Request.Cookies("Admin" = "Yes" 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.