Sorry about the last mesasge, I accidentally replied directly to the poster.  So I now have:<br><br>
<div>
<p><br>br = mechanize.Browser()<br>br.open("theURL")<br>while True:<br> result = br.reload()<br> print result <br> print "Retrieved Page"<br> time.sleep(300) <br></p>
<p>But it still does not appear to be working...  Shortly after I got the "Your session is about to expire" pop up.  I will continue to monitor though.  </p>
<p>Is mechanize starting another session separate from my IE?  Is there anyway to get my python to interact with the IE session if so?</p>
<p>Thanks.</p>
<p>Kevin</p></div>