Cookie : Interoperablity of cookie in asp and .net

fordfox

New Member
this is a weird situation. <BR>I am setting a cookie in .net for an another site in asp , on the same domain. the value of cookie that .net sets has spaces in it like <BR>sp_Expiration = 5/30/2002 10:42:25 AM <BR>but when this cookie is read by the asp platform it reads it like <BR>5/30/200210:42:25AM i.e it gets rid of all the spaces and hence throws the error while converting this to date object.<BR><BR>so I guess this is what I am asking<BR>1) how to set the cookie in .net(c#) so that it inserts the escape /special characters for the spaces , that asp can read.<BR><BR>thanks,Server.decode(string)
 
Back
Top