<%Response.Cookies("testing")= "testing"Response.Cookies("testing").Expires=#Jan 1,2035#%>
then i read them like this
<%response.write response.cookies("testing")%>