D
Dst
I'm trying to interact with some old asp code.
I'm logging into the asp page by posting username/password to the asp
page
using webrequest / webresponse.
Now this works ok, the response back is a successful login, and i also
get a cookie.
Is it possible to save this cookie in the browser cache somehow ?
I want the cookie to be persistent once executed..
Because after the login, i want to transfer to a new asp page and
forget about
the cookie.
I'm posting this from a webform using VisualStudio 2005.
I dont know much about cookies so i need some help on the basics
.
I'm logging into the asp page by posting username/password to the asp
page
using webrequest / webresponse.
Now this works ok, the response back is a successful login, and i also
get a cookie.
Is it possible to save this cookie in the browser cache somehow ?
I want the cookie to be persistent once executed..
Because after the login, i want to transfer to a new asp page and
forget about
the cookie.
I'm posting this from a webform using VisualStudio 2005.
I dont know much about cookies so i need some help on the basics