asp_databases thread: Save cookie value
Hi,
With the following code it loses the value when I refresh the page. I need
to display and keep the value even after I refresh the page or visit again.
But with this code the cookie value is lost. Please advise. The code I use
is as under:
<%
response.Cookies("pass") = Request.Form("PASSWORD")
Response.Cookies("pass").Expires = #31/12/2002#
Response.write(Request.Form("PASSWORD"))
%>
Thanks,
Rakesh
|





