Cookies with webclient

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Smokey Grindel

    #1

    Cookies with webclient

    how do you get a webclient to maintain a session? I am trying to access a
    classic asp page which uses cookies, so I need the webclient to maintain the
    cookie to keep my session active... thanks!


  • Herfried K. Wagner [MVP]

    #2
    Re: Cookies with webclient

    "Smokey Grindel" <nospam@nospam. comschrieb:
    how do you get a webclient to maintain a session? I am trying to access a
    classic asp page which uses cookies, so I need the webclient to maintain
    the cookie to keep my session active...
    Check out the code samples on the page referenced below:

    <URL:http://dotnet.mvps.org/dotnet/code/net/#CookieRequest>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    Working...