R Robin57 New Member Apr 28, 2012 #1 This is what I set my cookie to:<BR>Response.Cookies["IDELTIME"] = DateTime.Now.ToString();<BR><BR>Now on another page I want to check if 10 minutes has passed:<BR>How can I do that?DateTime.AddMinutes(10)
This is what I set my cookie to:<BR>Response.Cookies["IDELTIME"] = DateTime.Now.ToString();<BR><BR>Now on another page I want to check if 10 minutes has passed:<BR>How can I do that?DateTime.AddMinutes(10)