I
Ivan Demkovitch
Hi!
I have cookie like this (from PHP portion of website):
{s:11:"autologinid";s:32:"0cc175b9c0f1b6a831c399e269772661";s:6:"userid";i:2
;}
I know this is PHP serialized array and wonder if there any way to read it
natively in .NET or I have to parse a string??
TIA
I have cookie like this (from PHP portion of website):
{s:11:"autologinid";s:32:"0cc175b9c0f1b6a831c399e269772661";s:6:"userid";i:2
;}
I know this is PHP serialized array and wonder if there any way to read it
natively in .NET or I have to parse a string??
TIA