Re: Multi-Page login WITH Cookies (POST Data)

2007-05-18 Thread Dave Borne
> After we are able to get a succussful login, i need a way that i can browse > my site always including this cookie, like if i went to open up a page, it > would use the cookie we got from logging in. You need something like this: import cookielib,urllib2 cookiejar = cookielib.CookieJar() opener

Multi-Page login WITH Cookies (POST Data)

2007-05-17 Thread Pyro
Before i go into some detail i would like to start off by saying that this is NOT an advertising bot or anything like that. I am a web programmer designing a website in PHP and it requires users to login. I am building a program that will login as the administrator and browse the forums looking f