Cookie Time value from ASP to ASP.NET

Kinked

New Member
I have a .asp page with this line:<BR>Response.Cookies("OurCookie")("IDLETIME") = Time<BR><BR>When I write the value in an asp page I get this: 3:16:24 PM<BR>But When I try to view the value in ASP+ I get this: 3%3A15%3A08+PM <BR><BR>How can I get the ASP.NET to read the cookie right?<BR>Thanks<BR>hi , I am having the same problem . I was wondering if you were able to find any solution for this,<BR>thanks a lot .use Server.decode(stringtobedecoded)
 
Back
Top