
December 2nd, 2004, 12:15 PM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Sessions / Cookies
I am trying to write a program that will login to a website. I have got it to parse the html pages and send post headers, BUT I am having trouble getting it to handle the cookies/sessions the websites need for me to stay logged in.
A temporary solution was to use CGIProxy as a go-between as it handles cookies,;but this is not a good way because my server is not always online and I want to be able to login from anywhere.
Can anybody point me towards a good tutorial for C++ cookie handling, or perhaps a static/dynamic library that I can use. I have searched google for cookie tutorials and browser making tutorials but have come up short.
Any help is appreciated.
|