Date:  04/27/2004 12:29:57 PM Msg ID:  001981
From:  Steve Ames Thread:  001981
Subject:  Cookies ASP / Foxweb
I am new to cookies and have hit a wall. I wrote a cookie using an
ASP file by using the command :-
 
  varx = "anything"
  Response.Cookies("myvariable")=varx
 
When I try and read the cookie in Foxweb I get nothing. I am using  :-
 
  varx = Request.GetCookie("myvariable")

 
 
If I look at the cooker the variable varx is correctly saved. What am I doing wrong ??