Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
G

god hacks

@god hacks
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How do I persist cookies between multiple HttpWebRequest sessions?
    G god hacks

    Can anybody help me at all?

    C# help tutorial question com

  • How do I persist cookies between multiple HttpWebRequest sessions?
    G god hacks

    The blow code is one of the 4 billion different tries of mine to get this working without help. The cookies just don't work. The session is not persistent because it doesn't send the original cookies with the next request. I've read that sometimes they get jumbled because of issues with maybe a comma in the cookie, but I have no idea if that is the problem or how to fix it...
    CookieContainer CC = new CookieContainer(); //First HttpWebRequest HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://example.com"); request.CookieContainer = CC; HttpWebResponse response = (HttpWebResponse)request.GetResponse(); CC.Add(response.Cookies); //Second HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://example.com"); request.CookieContainer = CC; HttpWebResponse response2 = (HttpWebResponse)request.GetResponse();

    C# help tutorial question com

  • Installed exe on Vista [modified]
    G god hacks

    I don't believe there is a way around the vista protection short of turning it off completely. vista is crap. =\

    C# csharp help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups