Hello,
I would like to parse several pages of a website using the same session a=
long.
How is it possible with HTMLParser ?
Thank you.
Best regards,
Guillaume
From: Jeffrey B. <jb...@cs...> - 2006-10-09 15:38:27
> I would like to parse several pages of a website using the same session along.
My understanding is that this is the default behavior. Just be sure
to use the same HTMLParser object (that is, don't reinitialize) and
you'll keep the same cookies and other state information.
-Jeff
> How is it possible with HTMLParser ?
>
> Thank you.
>
> Best regards,
> Guillaume
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Htmlparser-user mailing list
> Htm...@li...
> https://lists.sourceforge.net/lists/listinfo/htmlparser-user
>