I'm using python and beautifulsoup (new to both!), and I want to login to a suppliers website.
So their form looks like (simplified):
<form name=loginform action=/index.html method="post">
<input name=user>
<input name=pass">
</form>
Is there a way to keep track for cookies?