|
Posted by seaside on 12/20/06 13:59
powellgg@masters.edu schrieb:
> .Net has no corresponding method for unserialize() and I can't find
> where the page/site does the initial serialization. Is there an
> underlying serialization when it is creating the cookie? If the first
> line is setting a null value to the cookie, why would the second line
> try to read it? It's going to be the same every time... right?
..Net has serialization support, as many other languages too:
http://www.codeguru.com/columns/DotNet/article.php/c6595/
In fact, each language/architeture has its own, often proprietary
format.
In case you'd like to go xplat, you might wish to serialize into an XML
string.
Navigation:
[Reply to this message]
|