获取 httponly 的 cookie
摘要:
/// <summary>/// WinInet.dll wrapper/// </summary>internal static class CookieReader{ /// <summary> /// Enables the retrieval of cookies that are marked as "HTTPOnly". /// Do not use this flag if you expose a scriptable interface, /// because this has security implication 阅读全文
posted @ 2012-11-24 12:23 zqonline 阅读(3369) 评论(0) 推荐(0) 编辑