hello forum ,
this is my cookie
xyz session=;
provider_pool=1606944522.20480.0000"
you can see that there are two cookie but first one cookie(xyz session) contain space in it's name
in c# cookiecontainer library class does not allow a cookie name which contain space .
Can you please help me how to handle this issue.
this is my cookie
xyz session=;
provider_pool=1606944522.20480.0000"
you can see that there are two cookie but first one cookie(xyz session) contain space in it's name
in c# cookiecontainer library class does not allow a cookie name which contain space .
Can you please help me how to handle this issue.