Ask a Question related to ASP.NET General, Design and Development.
-
Martin Kuba #1
simulating browser cookie management
Hello,
I am trying to write a script for testing web
applications. It needs to be able to authenticate user
and manage state through cookies. Is it possible to
simulate cookie management like a browser? If so, how?
Thank you,
Martin Kuba
Martin Kuba Guest
-
Simulating browser: how can I get server's cookies? (fsockopen)
Hi all, I am developing a script that simulates a browser. So it makes http reqeusts via fsockopen. But I also need the cookies that are sent... -
browser based content management in asp
Hi there, Our organization's web site requires a lot of content updates. I like to develop a browser based content management system in asp. I... -
#25970 [Opn->Bgs]: Session management fails when I stop the browser while a PHP page is loading.
ID: 25970 Updated by: sniper@php.net Reported By: catia at catho dot com dot br -Status: Open +Status: ... -
#25970 [NoF->Opn]: Session management fails when I stop the browser while a PHP page is loading.
ID: 25970 User updated by: catia at catho dot com dot br Reported By: catia at catho dot com dot br -Status: No... -
#25970 [NEW]: Session management fails when I stop the browser while a PHP page is loading.
From: catia at catho dot com dot br Operating system: Debian 3.0 Linux 2.4.20 PHP version: 4.3.2 PHP Bug Type: Session... -
John Saunders #2
Re: simulating browser cookie management
Martin,
Look at System.Net.CookieContainer.
--
John Saunders
Internet Engineer
[email]john.saunders@surfcontrol.com[/email]
"Martin Kuba" <martin@loyalcare.com> wrote in message
news:038f01c35ad3$47ded110$a601280a@phx.gbl...> Hello,
>
> I am trying to write a script for testing web
> applications. It needs to be able to authenticate user
> and manage state through cookies. Is it possible to
> simulate cookie management like a browser? If so, how?
>
> Thank you,
>
> Martin Kuba
John Saunders Guest
-
Martin Kuba #3
Re: simulating browser cookie management
John,
Thanks for your response. Do you know where I could find
a real-world example of using this class? MSDN has only
description of the class members. It would help me get
up to speed faster. Thanks again.
Martin
>-----Original Message-----
>Martin,
>
>Look at System.Net.CookieContainer.
>
>--
>John Saunders
>Internet Engineer
>john.saunders@surfcontrol.com
>
>
>"Martin Kuba" <martin@loyalcare.com> wrote in message
>news:038f01c35ad3$47ded110$a601280a@phx.gbl...>>> Hello,
>>
>> I am trying to write a script for testing web
>> applications. It needs to be able to authenticate user
>> and manage state through cookies. Is it possible to
>> simulate cookie management like a browser? If so, how?
>>
>> Thank you,
>>
>> Martin Kuba
>
>.
>Martin Kuba Guest
-
John Saunders #4
Re: simulating browser cookie management
Martin,
The code I gave you _is_ a real-world example. That's' all there is to it!
Did you have more in mind?
--
John Saunders
Internet Engineer
[email]john.saunders@surfcontrol.com[/email]
"Martin Kuba" <martin@loyalcare.com> wrote in message
news:039101c35ad6$5c75efc0$a501280a@phx.gbl...> John,
>
> Thanks for your response. Do you know where I could find
> a real-world example of using this class? MSDN has only
> description of the class members. It would help me get
> up to speed faster. Thanks again.
>
> Martin
>
>> >-----Original Message-----
> >Martin,
> >
> >Look at System.Net.CookieContainer.
> >
> >--
> >John Saunders
> >Internet Engineer
> >john.saunders@surfcontrol.com
> >
> >
> >"Martin Kuba" <martin@loyalcare.com> wrote in message
> >news:038f01c35ad3$47ded110$a601280a@phx.gbl...> >> >> Hello,
> >>
> >> I am trying to write a script for testing web
> >> applications. It needs to be able to authenticate user
> >> and manage state through cookies. Is it possible to
> >> simulate cookie management like a browser? If so, how?
> >>
> >> Thank you,
> >>
> >> Martin Kuba
> >
> >.
> >
John Saunders Guest



Reply With Quote

