Serialize cookie collection

Posted by user313421 on Stack Overflow See other posts from Stack Overflow or by user313421
Published on 2010-05-06T08:54:52Z Indexed on 2010/05/06 8:58 UTC
Read the original article Hit count: 1530

Hello guys

My scenario is to store all client cookies as XML file and make the exact "cookie collection" later from this file. So,

How to serialize/Deserialize a "cookie collection" in asp.net ? Does "multivalued" cookies need extra considerations rather than standard collection serialization ?

Thanks for your time

© Stack Overflow or respective owner

Related posts about cookie

Related posts about collection