Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cookies getting deleted very quickly

1 view
Skip to first unread message

James

unread,
May 26, 2007, 8:27:14 PM5/26/07
to
anyone know why my cookies get deleted after a few mins? i set them like
this:

<%
Response.Cookies("testing")= "testing"
Response.Cookies("testing").Expires=#Jan 1,2035#
%>

then i read them like this

<%
response.write response.cookies("testing")
%>


0 new messages