I don't think this has been covered explicitely yet (if I'm wrong about
that, I appologize), but I would like to know how to import twill into
another program and still be able to maintain sessions. I know that
there is a browser class which I believe manages the sessions (cookies
and whatnot), so I'm wondering if I should include my own instance of
this browser class into my program in order to accomplish this.<br>
<br>
The scenerio is this:<br>
I want to make a program that uses twill as the interface to http, and
the website is one which requires a login to access pages. I should
only have to log in once and then have twill manage the session data so
I can still go to any page on the site without being redirected back to
a login page. <br>
<br>
I want to import the twill commands and use them directly as function calls.<br>
<br>
Is this possible? I may be confused on implimenting twill. I appologize if I missed something basic.<br>
<br>
Thanks.<br>
<br>
Dave Erdman II<br>